Home page logo
/
Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News

Sponsors

SolarWinds makes easy-to-use enterprise IT management software to help IT pros solve problems every day and help to enable efficient and effective management of networks and IT environments.

Join our online community of over 100,000 IT professionals talking shop. Get involved. Gain insights. Share tips and tricks. Visit thwack today!


File http-auth-finder

Script types: portrule
Categories: discovery, safe
Download: http://nmap.org/svn/scripts/http-auth-finder.nse

User Summary

Spiders a web site to find web pages requiring form-based or HTTP-based authentication. The results are returned in a table with each url and the detected method.

Script Arguments

http-auth-finder.url

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

http-auth-finder.maxdepth

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

http-auth-finder.maxpagecount

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

http-auth-finder.withinhost

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

http-auth-finder.withindomain

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

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

See the documentation for the http library.

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

See the documentation for the httpspider library.

Example Usage

nmap -p 80 --script http-auth-finder <ip>

Script Output

PORT   STATE SERVICE
80/tcp open  http
| http-auth-finder: 
|   url                                   method
|   http://192.168.1.162/auth1/index.html  HTTP: Basic, Digest, Negotiate
|_  http://192.168.1.162/auth2/index.html  FORM

Requires


Author: Patrik Karlsson

License: Same as Nmap--See http://nmap.org/book/man-legal.html

Nmap Site Navigation

Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]