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

22 lines
567 B
JSON

{
"name": "NSFocus",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "NSFOCUS Web Application Firewall",
"website": "http://www.nsfocus.com/",
"matches": [
{
"md5": "4a6a68c719d64f1dd153a94122287f54"
},
{
"regexp": "(?-mix:^NSFocus)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^NSFocus\\/([^\\s]+) \\( NSFOCUS \\))",
"offset": 1
}
]
}