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

19 lines
711 B
JSON

{
"name": "PowerWeb",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "PowerWeb is a full 128-bit secure server with unlimited RSA encryption using industry standard SSL 3.0 (and 2.0), providing HTTP, FTP, SMTP and POP3 services, with many extensions for rapid database application development and dynamic page content.",
"website": "http://www.compusource.co.za/powerweb/",
"matches": [
{
"regexp": "(?-mix:^PowerWeb)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^PowerWeb\\/([^\\s]+)$)",
"offset": 1
}
]
}