1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-26 08:09:07 +00:00

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