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

23 lines
776 B
JSON

{
"name": "ezBOO-WebStats",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "ezBOO WebStats is a high level statistical tool for web sites monitoring.",
"website": "http://www.ezboo.com/softs/",
"matches": [
{
"certainty": 75,
"ghdb": "+\"Administrator Panel\" +intitle:\"ezBOO WebStats\""
},
{
"text": "<title>ezBOO WebStats</title>"
},
{
"text": "<div align=\"center\" class=\"titre\"><font color=\"#FFFFFF\">&gt;&gt; Administrator Panel &lt;&lt; </font></div>"
},
{
"text": "<td height=\"60\" valign=\"top\" align=\"center\"><img src=\"image/logo_ez1.gif\" border=\"0\"></td>"
}
]
}