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

14 lines
274 B
JSON

{
"name": "PHP-Nuke",
"website": "http://phpnuke.org",
"matches": [
{
"regexp": "<[^>]+Powered by PHP-Nuke"
},
{
"search": "meta[generator]",
"regexp": "PHP-Nuke"
}
],
"implies": "PHP"
}