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

14 lines
387 B
JSON

{
"name": "Proxy-Authenticate",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "This plugin extracts the realm from the proxy-authenticate HTTP header.",
"website": null,
"matches": [
{
"search": "headers[proxy-authenticate]",
"regexp": "(?-mix:realm=\"([^\"]+)\")"
}
]
}