HOME>>>>>>>>>

File url-snarf

脚本使用类型: prerule
脚本所属分类: safe
脚本下载地址: http://nmap.org/svn/scripts/url-snarf.nse

User Summary

Sniffs an interface for HTTP traffic and dumps any URLs, and their originating IP address. Script output differs from other script as URLs are written to stdout directly. There is also an option to log the results to file.

The script can be limited in time by using the timeout argument or run until a ctrl+break is issued, by setting the timeout to 0.

Script Arguments

url-snarf.outfile

filename to which all discovered URLs are written

url-snarf.timeout

runs the script until the timeout is reached. a timeout of 0s can be used to run until ctrl+break. (default: 30s)

url-snarf.interface

interface on which to sniff (overrides -e)

url-snarf.nostdout

doesn't write any output to stdout while running

Example Usage

执行格式

nmap --script url-snarf -e <interface>

Script Output

| url-snarf: 
|_  Sniffed 169 URLs in 5 seconds

Requires


Author: Patrik Karlsson

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