mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
15 lines
514 B
JSON
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
|
|
}
|
|
]
|
|
}
|