Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51973
    encryptedn00b
    Participant

    On lecture 6.7 where you have to capture packets from a computer on the same network. When I run my arp spoof tool the connection on the windows 10 VM drops. Both machines are connected to the NatNetwork.
    Here is my code for the arp spoof and packet sniffing tool.
    https://pastebin.com/9Gz7UwnX

    Packet sniffer
    https://pastebin.com/M0uzUvJ6

    #52002
    Diego PérezDiego Pérez
    Moderator

    Hi!
    Did you enable ip forwarding? echo 1 > /proc/sys/net/ipv4/ip_forward

    You have to do it everytime you boot kali and want to run an arp spoof attack.

    Let me know.
    Diego

    #52011
    encryptedn00b
    Participant

    I forgot about that. Thanks

    #52023
    Diego PérezDiego Pérez
    Moderator

    You’re welcome!
    Greetings!
    Diego

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.