Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Poisons LLMNR, NBT-NS, and mDNS requests on local network. When victim fails DNS resolution, Responder answers and captures NTLMv2 hash.Basic Usage
Analyze Mode (Passive)
Listen without poisoning — see what’s on the network.Common Flags
| Flag | Description |
|---|---|
-I | Interface |
-A | Analyze mode (passive) |
-w | Start WPAD proxy |
-v | Verbose |
-f | Fingerprint hosts |
-P | Force NTLM auth for proxy |
-b | Return basic HTTP auth |
Disable Services (For Relay)
When using with ntlmrelayx, disable SMB and HTTP so relay tool handles them.Captured Hashes
Crack NTLMv2
Hashcat
John
Force Triggers
If no traffic captured naturally, force NTLM auth:SCF File in Share
@file.scf in writable share (@ sorts to top).
MultiRelay (Responder Tool)
Quick Reference
| Task | Command |
|---|---|
| Capture | responder -I eth0 |
| Passive | responder -I eth0 -A |
| With WPAD | responder -I eth0 -wv |
| Crack | hashcat -m 5600 hash.txt wordlist |
| Logs | /usr/share/responder/logs/ |