mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
fc39ab542b
commit
7a2b7781f7
1 changed files with 11 additions and 0 deletions
|
|
@ -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 ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue