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

12 lines
281 B
JSON

{
"name": "BaseHTTP",
"website": "http://docs.python.org/2/library/basehttpserver.html",
"matches": [
{
"search": "headers[server]",
"regexp": "BaseHTTP\\/?([\\d\\.]+)?",
"offset": 1
}
],
"implies": "Python"
}