Files
OneForAll-mirror/data/rules/whatweb/schoolwires-centricity.json
T
2020-07-29 00:02:06 +08:00

27 lines
809 B
JSON

{
"name": "SchoolWire-Centricity",
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "SchoolWire-Centricity is a CMS designed exclusively for K-12 school districts.",
"website": "https://www.schoolwires.com/centricity2",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:^SWSessionID)",
"name": "SWSessionID cookie"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:^PSDB)",
"name": "PSDB cookie",
"certainty": 25
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:^PSN)",
"name": "PSN cookie",
"certainty": 25
}
]
}