Skip to content

wiekonek/dns-spoofer

Repository files navigation

turn off firewall or unlock packet forwarding

OpenSuSE
$ /sbin/SuSEfirewall2 off

enable forwarding:

$ echo 1 > /proc/sys/net/ipv4/ip_forward

firewall rules to block dns traffic:

$ iptables -A FORWARD -p tcp --dport 53 -j DROP
$ iptables -A FORWARD -p udp --dport 53 -j DROP

TODO:

turn off ARP reply in server to prevent duplicate mac entry in target ARP table.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published