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

14 lines
362 B
JSON

{
"name": "Via-Proxy",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "This plugin extracts the proxy server details from the Via param of the HTTP header.",
"website": null,
"matches": [
{
"search": "headers[via]",
"regexp": "(?-mix:^.*$)"
}
]
}