http-backup-finder
脚本使用类型:
portrule
脚本所属分类:
discovery, safe
脚本下载地址: http://nmap.org/svn/scripts/http-backup-finder.nse
Spiders a website and attempts to identify backup copies of discovered files. It does so by requesting a number of different combinations of the filename (eg. index.bak, index.html~, copy of index.html).
the maximum amount of pages to visit. A negative value disables the limit (default: 20)
only spider URLs within the same
domain. This widens the scope from withinhost
and can
not be used in combination. (default: false)
the maximum amount of directories beneath the initial url to spider. A negative value disables the limit. (default: 3)
the url to start spidering. This is a URL relative to the scanned host eg. /default.html (default: /)
only spider URLs within the same host. (default: true)
执行格式
nmap --script=http-backup-finder <target>
PORT STATE SERVICE REASON 80/tcp open http syn-ack | http-backup-finder: | Spidering limited to: maxdepth=3; maxpagecount=20; withindomain=example.com | http://example.com/index.bak | http://example.com/login.php~ | http://example.com/index.php~ |_ http://example.com/help.bak
Author: Patrik Karlsson
License: VER007 整理 http://www.ver007.com