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

31 lines
1.0 KiB
JSON

{
"name": "VSNSLemon",
"author": "Andrew Horton",
"version": "0.3",
"description": "VSNS is a Very Simple News System written in PHP. VSNS Lemon vulnerabilities: http://evuln.com/vulns/106/summary.html",
"website": null,
"matches": [
{
"ghdb": "\"Powered by Vsns Lemon\" intitle:\"Vsns Lemon\""
},
{
"text": "<p>Powered by <abbr title=\"very simple news system\">"
},
{
"regexp": "(?-mix:<a[^>]+title=\"Blog powered by VSNS Lemon\">)"
},
{
"certainty": 50,
"regexp": "(?-mix:<div id=\"vsns-(inner|container)\">)"
},
{
"regexp": "(?-mix:<img[^>]+alt=\"VSNS Lemon\"[^>]+title=\"Blog powered by VSNS Lemon\")"
},
{
"offset": 1,
"name": "powered by link",
"regexp": "(?-mix:<p>Powered by <abbr title=\"very simple news system\">VSNS<\\/abbr> (Lemon) ([0-9.a-z]*) by <a href=\"http:\\/\\/tachyondecay.net\\/\">Tachyon<\\/a>)"
}
]
}