Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to select interface #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

WJDigby
Copy link

@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