Skip to content

Instantly share code, notes, and snippets.

@evilsocket
Created March 16, 2016 17:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save evilsocket/2bea18a6db6af7deeb6c to your computer and use it in GitHub Desktop.
Save evilsocket/2bea18a6db6af7deeb6c to your computer and use it in GitHub Desktop.
BetterCAP example DNS server redirection file.
# 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
@fouadop
Copy link

fouadop commented Feb 9, 2017

شكرا

@el3ctr0wqw
Copy link

what about the ports??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment