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

41 lines
1.4 KiB
JSON

{
"name": "PHP-Fusion",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "PHP-Fusion, a light-weight open-source content management system (CMS) - Requires: PHP and MySQL",
"website": "http://www.php-fusion.co.uk/",
"matches": [
{
"certainty": 75,
"ghdb": "\"Powered by PHP-Fusion copyright\" +intitle:News"
},
{
"regexp": "(?-mix:Powered by <a href='http:\\/\\/www\\.php-fusion\\.co\\.uk'>PHP-Fusion<\\/a> copyright &copy; 2002 - ([\\d]{4}))"
},
{
"text": "<td align='right' class='tbl1 profile_user_level'><!--profile_user_level-->"
},
{
"text": "<td align='right' class='profile_user_level tbl1'><!--profile_user_level-->"
},
{
"text": "class='tbl profile_user_avatar'><!--profile_user_avatar--><img src='images/avatars/"
},
{
"text": "<td align='right' class='tbl1 profile_user_name'><!--profile_user_name-->"
},
{
"text": "<td align='right' class='profile_user_name tbl1'><!--profile_user_name-->"
},
{
"certainty": 75,
"regexp": "(?-mix:<!--counter-->[\\d,]+ unique visits<)"
},
{
"search": "headers[set-cookie]",
"name": "fusion_visited Cookie",
"regexp": "(?-mix:fusion_visited=)"
}
]
}