mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Some fixes to fingerprints suggested by David Fifield
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Apache configuration file
|
# Apache configuration file
|
||||||
/.htaccess
|
/.htaccess
|
||||||
/.htpsswd
|
/.htpasswd
|
||||||
|
|
||||||
# Subversion data
|
# Subversion data
|
||||||
/.svn
|
/.svn/
|
||||||
/.svn/text-base/Web.config.svn-base
|
/.svn/text-base/Web.config.svn-base
|
||||||
/.svn/text-base/.htaccess.svn-base
|
/.svn/text-base/.htaccess.svn-base
|
||||||
/.svn/text-base/.htpasswd.svn-base
|
/.svn/text-base/.htpasswd.svn-base
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
/bin/
|
/bin/
|
||||||
|
|
||||||
# CSS directory
|
# CSS directory
|
||||||
/css
|
/css/
|
||||||
|
|
||||||
# Data directory
|
# Data directory
|
||||||
/data/
|
/data/
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
# Icons and images
|
# Icons and images
|
||||||
/icons/
|
/icons/
|
||||||
/images
|
/images/
|
||||||
|
|
||||||
# IIS sample scripts
|
# IIS sample scripts
|
||||||
/iissamples/
|
/iissamples/
|
||||||
@@ -104,11 +104,11 @@
|
|||||||
/test/
|
/test/
|
||||||
|
|
||||||
# RSS
|
# RSS
|
||||||
/rss
|
/rss/
|
||||||
/rss.php
|
/rss.php
|
||||||
/rss.xml
|
/rss.xml
|
||||||
/rss.aspx
|
/rss.aspx
|
||||||
/atom
|
/atom/
|
||||||
/atom.php
|
/atom.php
|
||||||
/atom.xml
|
/atom.xml
|
||||||
/atom.aspx
|
/atom.aspx
|
||||||
|
|||||||
Reference in New Issue
Block a user