Created
March 16, 2016 17:56
-
-
Save evilsocket/2bea18a6db6af7deeb6c to your computer and use it in GitHub Desktop.
BetterCAP example DNS server redirection file.
This file contains 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
# Empty lines or lines starting with # will be ignored. | |
# redirect *.google.com to the attacker ip address | |
local .*google\.com | |
# redirect *.microsoft.com to 10.10.10.10 | |
10.10.10.10 .*microsoft\.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what about the ports??