Responder
About
Responder is a LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication.
Links
Installing
Source - Preferable in a VENV
git clone https://github.com/lgandx/Responder.git && cd Responder
python3 -m pip install netifaces
sudo python3 Responder.pyUsage
Responder.conf file location:
/etc/responder/Responder.confTypically turn off SMB and HTTP if capturing relays with NTLMYRelayX
Default with HTTP and SMB on
sudo python3 /usr/share/responder/Responder.py -I ethResponder logs location:
/usr/share/responder/logsResponder.py location:
/usr/share/responder/Responder.pyAnalyze mode
Responder -I eth0 -AProxy, DHCP, verbose, downgrade
sudo python3 /usr/share/responder/Responder.py -I eth0 -PDv --lmLast updated