HOME>>>>>>>>>

File hostmap-bfk

脚本使用类型: hostrule
脚本所属分类: external, discovery, intrusive
脚本下载地址: http://nmap.org/svn/scripts/hostmap-bfk.nse

User Summary

Discovers hostnames that resolve to the target's IP address by querying the online database at http://www.bfk.de/bfk_dnslogger.html.

The script is in the "external" category because it sends target IPs to a third party in order to query their database.

This script was formerly (until April 2012) known as hostmap.nse.

Script Arguments

hostmap-bfk.prefix

If set, saves the output for each host in a file called "<prefix><target>". The file contains one entry per line.

newtargets

If set, add the new hostnames to the scanning queue. This the names presumably resolve to the same IP address as the original target, this is only useful for services such as HTTP that can change their behavior based on hostname.

max-newtargets

See the documentation for the target library.

smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername

See the documentation for the smbauth library.

http.max-cache-size, http.max-pipeline, http.pipeline, http.useragent

See the documentation for the http library.

Example Usage

执行格式

nmap --script hostmap-bfk --script-args hostmap-bfk.prefix=hostmap- <targets>

Script Output

Host script results:
| hostmap-bfk: Saved to hostmap-nmap.org
| insecure.org
| 74.207.254.18
| web.insecure.org
| download.insecure.org
| images.insecure.org
| www.insecure.org
| nmap.org
| www.nmap.org
| sectools.org
| mirror.sectools.org
| www.sectools.org
|_seclists.org

Requires


Author: Ange Gutek

License: VER007 整理 http://www.ver007.com