Guest User

Untitled

a guest
Nov 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. iptables -A INPUT -p udp -m udp --dport 53 -j ACCEPT
  2. iptables -A OUTPUT -p udp -m udp --sport 53 -j ACCEPT
  3.  
  4. service apache2 start
  5.  
  6. dnschef --fakeip IP of linux machine --fakedomain *.google.com --interface
  7. IP of linux machine
Add Comment
Please, Sign In to add comment