mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user