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
Capture NTLM authentication and relay to another service. Attacker acts as MITM — victim authenticates to attacker, attacker forwards to target.Check SMB Signing
ntlmrelayx — SMB Relay
Basic (SAM Dump)
Execute Command
Interactive Shell
Execute Binary
ntlmrelayx — LDAP Relay
Create Machine Account (RBCD)
Dump LDAP
Add User to Group
ntlmrelayx — MSSQL
ntlmrelayx — ADCS (ESC8)
Coerce Authentication
Trigger victim to authenticate to attacker:| Method | Tool |
|---|---|
| Responder | LLMNR/NBT-NS poisoning |
| PetitPotam | MS-EFSRPC |
| PrinterBug | MS-RPRN (SpoolService) |
| DFSCoerce | MS-DFSNM |
| ShadowCoerce | MS-FSRVP |
Typical Attack Flow
Responder Config
Quick Reference
| Task | Command |
|---|---|
| Find targets | crackmapexec smb SUBNET --gen-relay-list targets.txt |
| Relay SMB | ntlmrelayx -tf targets.txt -smb2support |
| Relay LDAP | ntlmrelayx -t ldap://DC --delegate-access |
| Relay ADCS | ntlmrelayx -t http://CA/certsrv/... --adcs |
| Exec cmd | ntlmrelayx -tf targets.txt -c "whoami" |