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

20 lines
436 B
JSON

{
"name": "mod_wsgi",
"website": "https://code.google.com/p/modwsgi",
"matches": [
{
"search": "headers[server]",
"regexp": "mod_wsgi(?:/([\\d.]+))?",
"offset": 1
},
{
"search": "headers[x-powered-by]",
"regexp": "mod_wsgi(?:/([\\d.]+))?",
"offset": 1
}
],
"implies": [
"Python",
"Apache"
]
}