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

21 lines
842 B
JSON

{
"name": "Cisco-Adaptive-Security-Appliance",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "The Cisco Adaptive Security Appliance (ASA) family of security devices protects corporate networks. It provides users with highly secure access to data - anytime, anywhere, using any device.",
"website": "http://www.cisco.com/web/ANZ/products/security/asa_software.html",
"matches": [
{
"text": "<title>Cisco Systems, Inc. Network Access</title>",
"certainty": 75
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Adaptive Security Appliance HTTP\\/1\\.1$)"
},
{
"regexp": "(?-mix:<FORM ACTION=\"\\/netaccess\\/redirect\\.html\">\\s+<INPUT type=hidden name=sid VALUE=)"
}
]
}