mirror of
https://github.com/nmap/nmap.git
synced 2026-06-27 11:42:53 +00:00
New match line for Perl Dancer development HTTP server
This commit is contained in:
parent
9c36367eea
commit
fc00179731
1 changed files with 1 additions and 0 deletions
|
|
@ -8292,6 +8292,7 @@ match http m|^HTTP/1\.1 200 Document follows\r\nServer: Micro-Web\r\n| p/Micro-W
|
|||
match http m|^HTTP/1\.1 200 OK\r\n.*Server: Indy/([\w._-]+)\r\n|s p/Indy/ v/$1/
|
||||
match http m|^HTTP/1\.1 404 File not found\r\n.*Server: Indy/([\w._-]+)\r\n|s p/Indy/ v/$1/
|
||||
match http m|^HTTP/1\.1 200 OK\r\nServer: WindWeb/([\w._-]+)\r\n| p/WindWeb/ v/$1/ cpe:/a:windriver:windweb:$1/
|
||||
match http m|^HTTP/1\.0 200 OK\r\nServer: Perl Dancer ([\w._-]+)\r\n| p/Perl Dancer/ v/$1/
|
||||
|
||||
|
||||
# No more HTTP softmatch because many services that I don't think are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue