mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Add an http-enum fingerprint for /crossdomain.xml, which is used to
grant permission to Adobe Flash players to make connections.
This commit is contained in:
@@ -446,6 +446,17 @@ table.insert(fingerprints, {
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='general',
|
||||
probes={
|
||||
{path='/crossdomain.xml', method='HEAD'},
|
||||
},
|
||||
matches= {
|
||||
{output='Adobe Flash crossdomain policy'}
|
||||
}
|
||||
})
|
||||
|
||||
------------------------------------------------
|
||||
---- SECURITY SOFTWARE ----
|
||||
------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user