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

28 lines
813 B
JSON

{
"name": "WhatsUp",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "WhatsUp - Network and Server Management Software",
"website": "http://www.whatsupgold.com/",
"matches": [
{
"name": "HTTP Server Header",
"regexp": "(?-mix:^WhatsUp)",
"search": "headers[server]"
},
{
"string": "Gold",
"search": "headers[server]",
"regexp": "(?-mix:^WhatsUp_Gold\\/([\\d\\.]+))",
"offset": 1
},
{
"string": "Gold",
"certainty": 75,
"name": "WWW-Authenticate",
"regexp": "(?-mix:^Basic realm=\"WhatsUp[\\s]?Gold\")",
"search": "headers[www-authenticate]"
}
]
}