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

19 lines
783 B
JSON

{
"name": "Simple-Forum-PHP",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Simple Forum PHP is a script that is very easy to install and administer. Visitors to your website will be able to post new topics or discuss and reply other topics.",
"website": "http://www.simpleforumphp.com/",
"matches": [
{
"text": "<title>Simple Forum PHP script - Administration</title>"
},
{
"text": "<td class=\"userpassfield\"><input type=\"submit\" name=\"button\" value=\"Login\" class=\"loginButon\" /></td>"
},
{
"text": ".php?act=new\" style='font-weight:bold;color:#22229C;font-family:Verdana;font-size:14px;'>Create Topic</a><br /><br />"
}
]
}