Script url-snarf
Script types:
prerule
Categories:
safe
Download: https://svn.nmap.org/nmap/scripts/url-snarf.nse
Script 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:
License: Same as Nmap--See https://nmap.org/book/man-legal.html