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

19 lines
589 B
JSON

{
"name": "webfs",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "This is a simple http server for mostly static content. You can use it to serve the content of a ftp server via http for example.",
"website": "http://linux.bytesex.org/misc/webfs.html",
"matches": [
{
"regexp": "(?-mix:^webfs\\/)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^webfs\\/([^\\s]+)$)",
"offset": 1
}
]
}