add check for /phpinfo.php. Example: http://ws1.surf-town.net/phpinfo.php

This commit is contained in:
fyodor 2012-04-04 02:04:42 +00:00
parent 664dff4644
commit 2a2e929ed6

View file

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