mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove generic matchline causing FP against Docker
This commit is contained in:
parent
9058596e1e
commit
4f3f8cd4fc
1 changed files with 0 additions and 1 deletions
|
|
@ -9589,7 +9589,6 @@ match http m|^HTTP/1\.1 404 Not Found\r\nContent-Length:0\r\nContent-Type:text/h
|
|||
#match http m|^HTTP/1\.0 404 Not Found\r\nConnection: close\r\n\r\n$| p/apt-proxy httpd/
|
||||
|
||||
# Fairly general:
|
||||
match http m|^HTTP/1\.1 400 Bad Request\r\n\r\n$| p/IBM ServeRAID controller httpd/ d/storage-misc/
|
||||
# http://svn.dd-wrt.com:8000/dd-wrt/browser/src/router/httpd/httpd.c
|
||||
match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer: micro_httpd\r\n| p/micro_httpd/ cpe:/a:acme:micro_httpd/
|
||||
match http m|^HTTP/1\.0 200 OK\r\nServer: RapidLogic/([\d.]+)\r\n| p/RapidLogic httpd/ v/$1/ cpe:/a:rapidlogic:httpd:$1/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue