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

17 lines
428 B
JSON

{
"name": "Web2py",
"author": "Napz <napzs@rocketmail.com>",
"version": "0.1",
"description": "Web2py - Free open source full-stack framework written in Pytho",
"website": "http://www.web2py.com/",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "(?-mix:web2py)"
},
{
"text": "<div id=\"serendipityLeftSideBar\">"
}
]
}