Nmap Development mailing list archives

Add "TeamQuest" probe to "nmap-service-probes"


From: "NUEL Guillaume" <gnuel () nes fr>
Date: Wed, 31 Aug 2016 14:26:51 +0200

Hello,

 

I would like to add this line in the "nmap-service-probes" file:

match http m|^HTTP/1\.[01][\t ]+302
Found\r\n.*Location:[^\r\n]*/teamquest/|s p/Apache HTTP TeamQuest/
cpe:/a:apache:http_server/

 

With a diff from the https://svn.nmap.org/nmap/nmap-service-probes:

 

diff --git a/nmap-service-probes b/nmap-service-probes

index 00d856a..e3a9a1e 100644

--- a/nmap-service-probes

+++ b/nmap-service-probes

@@ -9703,6 +9703,7 @@ match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer:
Apache[/ ](\d[-.\w]+)\r.*\nX-Pow

match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer: Apache\r.*\nX-Powered-By:
([^\r\n]+)\r\n|s p/Apache httpd/ i/$1/ cpe:/a:apache:http_server/

match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer: Apache[/ ](\d[-.\w]+)
([^\r\n]+)|s p/Apache httpd/ v/$1/ i/$2/ cpe:/a:apache:http_server:$1/

match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer: Apache[/
](\d[.\w-]+)\s*\r?\n|s p/Apache httpd/ v/$1/ cpe:/a:apache:http_server:$1/

+match http m|^HTTP/1\.[01][\t ]+302
Found\r\n.*Location:[^\r\n]*/teamquest/|s p/Apache HTTP TeamQuest/
cpe:/a:apache:http_server/^M

match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer: Apache\r\n|s p/Apache httpd/
cpe:/a:apache:http_server/

match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer: Apache
+\(([^\r\n\)]+)\)\r\n|s p/Apache httpd/ i/$1/ cpe:/a:apache:http_server/

 

Question: If I make a pull request on the github mirror, will you take it ?

 

Bye

NUEL Guillaume

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: