mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +00:00
Added http-fingerprint matches for Nessus's HTTP server
This commit is contained in:
@@ -412,11 +412,32 @@ table.insert(fingerprints, {
|
||||
probes={
|
||||
{path='/theme/images/en/login1.gif', method='HEAD'},
|
||||
},
|
||||
matches= {
|
||||
matches={
|
||||
{match='', output='Fortinet VPN/Firewall'}
|
||||
}
|
||||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='security',
|
||||
probes={
|
||||
{path='/', method='GET'},
|
||||
},
|
||||
matches={
|
||||
{match='id="NessusClient"', output='Nessus'},
|
||||
{match='NessusClient.swf', output='Nessus'}
|
||||
}
|
||||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='security',
|
||||
probes={
|
||||
{path='/NessusClient.swf', method='HEAD'},
|
||||
},
|
||||
matches={
|
||||
{match='', output='Nessus'}
|
||||
}
|
||||
})
|
||||
|
||||
------------------------------------------------
|
||||
---- MANAGEMENT SOFTWARE ----
|
||||
------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user