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

14 lines
297 B
JSON

{
"name": "Vanilla",
"website": "http://vanillaforums.org",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "Vanilla"
},
{
"regexp": "<body id=\"(?:DiscussionsPage|vanilla)"
}
],
"implies": "PHP"
}