Created
July 11, 2016 22:54
-
-
Save chodorowicz/40c790aca3e8cf9cb14edffe3e4be495 to your computer and use it in GitHub Desktop.
mitmproxy and mastermind
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # simple mode with ignore all but specific domains | |
| sudo mastermind --response-body $(pwd)/fake.json --url https://api.github.com/users/octocat/orgs --ignore '^(?!example\.com)(?!mitmproxy\.org)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ignore domains and pass through traffic, usefull for HTTPS domains (pinned ones) which cannot establish secure connection even with certificates installes | |
| --ignore '^(?!example\.com)(?!mitmproxy\.org)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment