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:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user