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

33 lines
982 B
JSON

{
"name": "VP-ASP",
"author": "Andrew Horton",
"version": "0.5",
"description": "VP-ASP (Virtual Programming - ASP) Shopping Cart. Free & commercial versions. http://johnny.ihackstuff.com/ghdb/?function=detail&id=324",
"website": "www.vpasp.com",
"matches": [
{
"certainty": 75,
"ghdb": "filetype:asp inurl:\"shopdisplayproducts.asp\""
},
{
"certainty": 75,
"text": "src=\"vs350.js\""
},
{
"text": "<a href=\"http://www.vpasp.com\">Shopping Cart</a> powered by VP-ASP</p>"
},
{
"text": "<a href=\"http://www.vpasp.com\">Powered By VP-ASP Shopping Cart</a>"
},
{
"certainty": 75,
"text": "shopdisplayproducts.asp?id="
},
{
"name": "powered by title",
"regexp": "(?-mix:<title>VP-ASP Shopping Cart ([^ <]*))",
"offset": 1
}
]
}