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

18 lines
623 B
JSON

{
"name": "WSTOOL",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "WSTOOL is OS-independence Web vulnerability scanner",
"website": "http://wstool.sourceforge.net/",
"matches": [
{
"regexp": "(?-mix:<a href=\"http:\\/\\/sourceforge\\.net\\/projects\\/wstool\" target=\"_blank\">Server Error & SQL Injection Sacnner \\(Ver ([^\\s^\\)]+)\\)<\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:<title>Server Error & SQL Injection Sacnner \\(Ver ([^\\s^\\)]+)\\)<\\/title>)",
"offset": 1
}
]
}