Script socks-auth-info
Script types:
portrule
Categories:
discovery, safe, default
Download: https://svn.nmap.org/nmap/scripts/socks-auth-info.nse
Script 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:
License: Same as Nmap--See https://nmap.org/book/man-legal.html