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

20 lines
550 B
JSON

{
"name": "Werkzeug",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Werkzeug is a WSGI utility library for Python.",
"website": "http://werkzeug.pocoo.org/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Werkzeug\\/([\\d\\.]+))",
"offset": 1
},
{
"status": 302,
"certainty": 75,
"text": "<p>You should be redirected automatically to target URL:"
}
]
}