Skip to content

Add ability to select interface#2

Open
WJDigby wants to merge 2 commits intoquickbreach:masterfrom
WJDigby:master
Open

Add ability to select interface#2
WJDigby wants to merge 2 commits intoquickbreach:masterfrom
WJDigby:master

Conversation

@WJDigby
Copy link
Copy Markdown

@WJDigby WJDigby commented Aug 22, 2018

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

Give user ability to select which interface ExchangeRelayX listens on by IP. Defaults to 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant