Nmap Development mailing list archives

[NSE] New Wordpress HTTP fingerprint


From: Duarte Silva <duarte.silva () serializing me>
Date: Sun, 6 Nov 2011 17:30:19 +0000

Hi,

just added a new fingerprint (in nselib/data/http-fingerprints.lua) to get the 
exact Wordpress version if the readme.html file is found.

Patch folows as an attachment, regards,
Duarte Silva
Index: nselib/data/http-fingerprints.lua
===================================================================
--- nselib/data/http-fingerprints.lua   (revision 27015)
+++ nselib/data/http-fingerprints.lua   (working copy)
@@ -2834,6 +2834,7 @@
        },
        matches={
                {match='<h1>Pligg Content Management System</h1>%s*<h2>Version (.-)</h2>', output='Pligg version \\1'},
+               {match='<br /> Version (.-)\n', output='WordPress version \\1'},
                {output='Interesting, a readme.'}
        }
 })

Attachment: smime.p7s
Description:

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

Current thread: