1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

New Wordpress http fingerprint from Duarte Silva.

This commit is contained in:
david
2011-11-06 22:37:22 +00:00
parent dd32e88b66
commit 3c75f0f43c

View File

@@ -2834,6 +2834,7 @@ table.insert(fingerprints, {
},
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.'}
}
})