ntlmscan: scan for NTLM directories
ntlmscan
scan for NTLM directories
reliable targets are:
- OWA servers
- Skype for Business/Lync servers
- Autodiscover servers (autodiscover.domain.com and lyncdiscover.domain.com)
once identified, use nmap and the http-ntlm-info script to extract internal domain/server information
Download
git clone https://github.com/nyxgeek/ntlmscan.git
Use
Example
python3 ntlmscan.py --url https://autodiscover.domain.com/autodiscover python3 ntlmscan.py --host autodiscover.domain.com python3 ntlmscan.py --hostfile hosts.txt --dictionary big.txt
Source: https://github.com/nyxgeek/