LLMNR Poisoning
Issue
Attack from Linux
# /usr/share/responder/logs is the logs dir where it will store hashes etc
sudo responder -I <interface>
# When a device is set to "Auto-detect" proxy settings, it will try to find a
# WPAD server on the network. The -w flag in Responder starts a rogue WPAD server.
# WPAD is a protocol that allows clients to automatically discover and configure proxy
# settings. When a device (e.g., a Windows machine) tries to detect a proxy server, it
# will send a WPAD request on the network. If Responder is running with the -w flag, it will
# respond to this request with a malicious wpad.dat file. This file contains instructions
# telling the client to use the attackerβs proxy (the one running Responder) for all web traffic.Attack from Windows
Last updated