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

14 lines
526 B
JSON

{
"name": "micro_httpd",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "micro_httpd is a very small Unix-based HTTP server. It runs from inetd, which means its performance is poor. But for low-traffic sites, it's quite adequate. It implements all the basic features of an HTTP server.",
"website": "http://www.acme.com/software/micro_httpd/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?i-mx:micro_httpd)"
}
]
}