HOME>>>>>>>>>

File http-email-harvest

脚本使用类型: portrule
脚本所属分类: discovery, safe
脚本下载地址: http://nmap.org/svn/scripts/http-email-harvest.nse

User Summary

Spiders a web site and collects e-mail addresses.

Script Arguments

http-email-harvest.withinhost

only spider URLs within the same host. (default: true)

http-email-harvest.maxpagecount

the maximum amount of pages to visit. A negative value disables the limit (default: 20)

http-email-harvest.maxdepth

the maximum amount of directories beneath the initial url to spider. A negative value disables the limit. (default: 3)

http-email-harvest.url

the url to start spidering. This is a URL relative to the scanned host eg. /default.html (default: /)

http-email-harvest.withindomain

only spider URLs within the same domain. This widens the scope from withinhost and can not be used in combination. (default: false)

httpspider.maxdepth, httpspider.maxpagecount, httpspider.noblacklist, httpspider.url, httpspider.useheadfornonwebfiles, httpspider.withindomain, httpspider.withinhost

See the documentation for the httpspider 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=http-email-harvest <target>

Script Output

PORT   STATE SERVICE REASON
80/tcp open  http    syn-ack
| http-email-harvest: 
| Spidering limited to: maxdepth=3; maxpagecount=20
|   root@examplec.com
|_  postmaster@example.com

Requires


Author: Patrik Karlsson

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