mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
add check for /phpinfo.php. Example: http://ws1.surf-town.net/phpinfo.php
This commit is contained in:
parent
664dff4644
commit
2a2e929ed6
1 changed files with 2 additions and 1 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue