File socks-auth-info
Script types:
portrule
Categories:
discovery, safe, default
Download: http://nmap.org/svn/scripts/socks-auth-info.nse
User Summary
Determines the supported authentication mechanisms of a remote SOCKS proxy server. Starting with SOCKS version 5 socks servers may support authentication. The script checks for the following authentication types: 0 - No authentication 1 - GSSAPI 2 - Username and password
Example Usage
nmap -p 1080 <ip> --script socks-auth-info
Script Output
PORT STATE SERVICE 1080/tcp open socks | socks-auth-info: | No authentication |_ Username and password
Requires
Author: Patrik Karlsson
License: Same as Nmap--See http://nmap.org/book/man-legal.html


