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

24 lines
944 B
JSON

{
"name": "w-agora",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "w-agora is web based forum package. It is entirely customizable through a web browser. It allows web publishing and file upload.",
"website": "",
"matches": [
{
"certainty": 25,
"ghdb": "inurl:\"w-agora\" ext:php3"
},
{
"text": "<CAPTION><B>System Administrator's Informations (login : <u>admin</u>)</B></CAPTION>"
},
{
"regexp": "(?i-mx:<META NAME=\"GENERATOR\" Content=\"w-agora version ([\\d\\.]+)\"[\\/]?>)",
"offset": 1
},
{
"text": "<table border bgcolor=\"#eeeeee\" align=\"center\" cellspacing=0 cellpadding=5 width=400><tr><td align=center><font face=\"Arial, Verdana\" color=\"#FF2020\">Cannot access configuration file: ./conf/site_agora.php3</td></tr></table>"
}
]
}