mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
820 B
JSON
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})"
|
|
}
|
|
]
|
|
}
|