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
شكرا