mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
567 B
JSON
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
|
|
}
|
|
]
|
|
}
|