mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Some fixes to fingerprints suggested by David Fifield
This commit is contained in:
parent
fbf2c3d6a7
commit
85e7b4dd89
1 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Apache configuration file
|
||||
/.htaccess
|
||||
/.htpsswd
|
||||
/.htpasswd
|
||||
|
||||
# Subversion data
|
||||
/.svn
|
||||
/.svn/
|
||||
/.svn/text-base/Web.config.svn-base
|
||||
/.svn/text-base/.htaccess.svn-base
|
||||
/.svn/text-base/.htpasswd.svn-base
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
/bin/
|
||||
|
||||
# CSS directory
|
||||
/css
|
||||
/css/
|
||||
|
||||
# Data directory
|
||||
/data/
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
# Icons and images
|
||||
/icons/
|
||||
/images
|
||||
/images/
|
||||
|
||||
# IIS sample scripts
|
||||
/iissamples/
|
||||
|
|
@ -104,11 +104,11 @@
|
|||
/test/
|
||||
|
||||
# RSS
|
||||
/rss
|
||||
/rss/
|
||||
/rss.php
|
||||
/rss.xml
|
||||
/rss.aspx
|
||||
/atom
|
||||
/atom/
|
||||
/atom.php
|
||||
/atom.xml
|
||||
/atom.aspx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue