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

19 lines
541 B
JSON

{
"name": "XenForo",
"author": "Mateusz Golewski, Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "Commercial community forum developed in PHP.",
"website": "https://xenforo.com/",
"matches": [
{
"name": "HTML id element",
"regexp": "(?-mix:<html[^>]+id=\"XenForo\")"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:^xf_session)",
"name": "xf_session cookie"
}
]
}