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

19 lines
820 B
JSON

{
"name": "Traffic-Inspector",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "An integrated gateway solution for controlling access to the Internet and for providing data transmission services.",
"website": "http://www.trafinsp.com/products/Traffic-Inspector/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Traffic [Ii]nspector HTTP\\/FTP\\/Proxy server \\(([^\\)]+)\\)$)",
"offset": 1
},
{
"url": "/",
"regexp": "(?-mix:<title>Error<\\/title><\\/head><body><h1>403 - Forbidden<\\/h1><hr( class=\"footer\")?>Traffic [Ii]nspector HTTP\\/FTP\\/Proxy server \\([^\\)]+\\)<br>([^<^\\/]+)\\s*\\/?\\s*[\\d]{2}\\.[\\d]{2}\\.[\\d]{2})"
}
]
}