File http-auth
Script types:
portrule
Categories:
default, auth, safe
Download: http://nmap.org/svn/scripts/http-auth.nse
User Summary
Retrieves the authentication scheme and realm of a web service that requires authentication.
Script Arguments
http-auth.path
Define the request path
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-auth [--script-args http-auth.path=/login] -p80 <host>
Script Output
PORT STATE SERVICE REASON 80/tcp open http syn-ack | http-auth: | HTTP/1.1 401 Unauthorized | Negotiate | NTLM | Digest charset=utf-8 nonce=+Upgraded+v1e4e256b4afb7f89be014e...968ccd60affb7c qop=auth algorithm=MD5-sess realm=example.com |_ Basic realm=example.com
Requires
Author: Thomas Buchanan
License: Same as Nmap--See http://nmap.org/book/man-legal.html


