Merge pull request #3225 from amm0nite/patch-1

Update CLI usage instructions for dns_spoofing example
This commit is contained in:
Thomas Kriechbaumer 2018-06-26 13:19:19 +02:00 committed by GitHub
commit 3f6147ee77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ Usage:
-p 443
-s dns_spoofing.py
# Used as the target location if neither SNI nor host header are present.
-R http://example.com/
--mode reverse:http://example.com/
# To avoid auto rewriting of host header by the reverse proxy target.
--keep-host-header
--set keep-host-header
mitmdump
-p 80
-R http://localhost:443/
--mode reverse:http://localhost:443/
(Setting up a single proxy instance and using iptables to redirect to it
works as well)