DumpNTLMInfo.py
all
Perform NTLM authentication against a remote host without credentials and dump information leaked in the NTLMSSP message. Part of the Impacket suite.
More info →Examples (5)
Dump NTLM info from target (SMB, default port 445)
DumpNTLMInfo.py targetDump NTLM info using a specific IP
DumpNTLMInfo.py -target-ip target_ip targetSpecify a custom port
DumpNTLMInfo.py -port port targetDump NTLM info using RPC protocol (default port 135)
DumpNTLMInfo.py -protocol RPC -port 135 targetTurn on debug output
DumpNTLMInfo.py -debug targetmade by @shridhargupta | data from tldr-pages