Script telnet-ntlm-info
Script types:
portrule
Categories:
default, discovery, safe
Download: https://svn.nmap.org/nmap/scripts/telnet-ntlm-info.nse
Script Summary
This script enumerates information from remote Microsoft Telnet services with NTLM authentication enabled.
Sending a MS-TNAP NTLM authentication request with null credentials will cause the remote service to respond with a NTLMSSP message disclosing information to include NetBIOS, DNS, and OS build version.
Script Arguments
- smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername
See the documentation for the smbauth library.
Example Usage
nmap -p 23 --script telnet-ntlm-info <target>
Script Output
23/tcp open telnet | telnet-ntlm-info: | Target_Name: ACTIVETELNET | NetBIOS_Domain_Name: ACTIVETELNET | NetBIOS_Computer_Name: HOST-TEST2 | DNS_Domain_Name: somedomain.com | DNS_Computer_Name: host-test2.somedomain.com | DNS_Tree_Name: somedomain.com |_ Product_Version: 5.1.2600
Requires
Author:
License: Same as Nmap--See https://nmap.org/book/man-legal.html