Jump to content

ARP Spoof not working. It delivers a DoS instead. What am I doin' wrong?


shamwow

Recommended Posts

ARP Spoof not working. It delivers a DoS instead. What am I doin' wrong?

In Kali Linux:

iptables --flush
iptables --table nat --flush
iptables --delete-chain
iptables --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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...