mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
New Wordpress http fingerprint from Duarte Silva.
This commit is contained in:
parent
dd32e88b66
commit
3c75f0f43c
1 changed files with 1 additions and 0 deletions
|
|
@ -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.'}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue