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

15 lines
290 B
JSON

{
"name": "mod_python",
"website": "http://www.modpython.org",
"matches": [
{
"search": "headers[server]",
"regexp": "mod_python(?:/([\\d.]+))?",
"offset": 1
}
],
"implies": [
"Python",
"Apache"
]
}