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

18 lines
369 B
JSON

{
"name": "PHP-Fusion",
"website": "https://www.php-fusion.co.uk",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "PHP-Fusion (.+)$",
"offset": 1
},
{
"regexp": "Powered by <a href=\"[^>]+php-fusion"
}
],
"implies": [
"PHP",
"MySQL"
]
}