From 2a2e929ed632ac04e10a32adc84071445eec790e Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 4 Apr 2012 02:04:42 +0000 Subject: [PATCH] add check for /phpinfo.php. Example: http://ws1.surf-town.net/phpinfo.php --- nselib/data/http-fingerprints.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 329ac2a9a..f24729d40 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -1192,7 +1192,8 @@ table.insert(fingerprints, { table.insert(fingerprints, { category='general', probes={ - {path='/info.php', method='HEAD'} + {path='/info.php', method='HEAD'}, + {path='/phpinfo.php', method='HEAD'} }, matches= { {match='', output='Possible information file'}