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

12 lines
252 B
JSON

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