mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 10:09:03 +00:00
New match line for Perl Dancer development HTTP server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user