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

15 lines
514 B
JSON

{
"name": "TwistedWeb",
"author": "Andrew Horton",
"version": "0.1",
"description": "Twisted web is the HTTP server provided by Twisted, an event-driven networking engine written in Python and licensed under the open source MIT license. Developed by Twisted Matrix Labs. Homepage - https://twistedmatrix.com/",
"website": null,
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:TwistedWeb\\/?([^ ]+)?)",
"offset": 1
}
]
}