From 7a2b7781f76a02334e15bcb766427f84d83c5560 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 17 Apr 2011 18:32:37 +0000 Subject: [PATCH] Add an http-enum fingerprint for /crossdomain.xml, which is used to grant permission to Adobe Flash players to make connections. --- nselib/data/http-fingerprints.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 6c19b67ac..d3b9abb35 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -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 ---- ------------------------------------------------