Relay Attacks
https://blog.fox-it.com/2017/05/09/relaying-credentials-everywhere-with-ntlmrelayx/
Relay captures hashes to target machine for various types of access. - Only works if SMB signing is disabled or "not required" - Relayed creds MUST be admin on the machine
Identifying Relay Targets
Automated
RunFinger.py included with Responder can scan the network for potential relay targets for:
- SMB
- MSSQL
- RDP
NetExec will automatically generate a list of targets with --gen-relay-list for:
- SMB
ntlmrelayx
Responder + ntlmrelayx
Edit responder conf:
Make targets list Run responder Start ntlmrelayx with any of these optionsDump hashes
Get semi-interactive smbexec bind shell (nc localhost 11000
)
Execute payload
Execute Command
Wait for auth attempt (or coerce auth attempt)