mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
28 lines
998 B
JSON
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) ([^<]+))"
|
|
}
|
|
]
|
|
}
|