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

28 lines
998 B
JSON

{
"name": "Advanced-Guestbook",
"author": "Andrew Horton",
"version": "0.3",
"description": "Web guestbook script. http://johnny.ihackstuff.com/ghdb/?function=detail&id=228 Version 2.2 is vulnerable http://www.securityfocus.com/bid/10209/info.",
"website": "http://proxy2.de/scripts.php",
"matches": [
{
"certainty": 75,
"ghdb": "intitle:guestbook \"advanced guestbook 2.2\" powered"
},
{
"certainty": 75,
"text": "Thank you for stopping by my site. Here you can leave your mark."
},
{
"name": "powered by",
"version": 2.2,
"regexp": "(?-mix:<b>Advanced Guestbook 2.2<br>\\s+Powered by PHP)"
},
{
"name": "powered by - regexp",
"offset": 1,
"regexp": "(?-mix:<a href=\"http:\\/\\/www.proxy2.de\" target=\"_blank\"><font color=\"#CCCCCC\" size=\"1\">(Advanced Guestbook) ([^<]+))"
}
]
}