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

23 lines
815 B
JSON

{
"name": "WWWBoard",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "WWWBoard is a threaded World Wide Web discussion forum and message board, which allows users to post new messages, followup to existing ones and more.",
"website": "http://www.scriptarchive.com/wwwboard.html",
"matches": [
{
"name": "GHDB: inurl:\"WWWADMIN.PL\" intitle:\"wwwadmin\"",
"certainty": 75,
"ghdb": "inurl:\"WWWADMIN.PL\" intitle:\"wwwadmin\""
},
{
"name": "default title",
"text": "<head><title>WWWAdmin For WWWBoard</title></head>"
},
{
"name": "default text",
"text": "<center><h1>WWWAdmin For WWWBoard</h1></center>"
}
]
}