1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 11:49:01 +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:
david
2011-04-17 18:32:37 +00:00
parent fc39ab542b
commit 7a2b7781f7

View File

@@ -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 ----
------------------------------------------------