Skip to content

Directory actions

More options

Directory actions

More options

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To run this:

  • pip3 install -r requirements.txt
  • Make sure you enabled IP forwarding, if you're using this Python script, then it'll automatically enable it.
  • Start ARP Spoofing against the target using any tool such as this Python script or arpspoof tool on Kali Linux.
  • Add a new nfqueue FORWARD rule on iptables:
    $ iptables -I FORWARD -j NFQUEUE --queue-num 0

When you're done, make sure you CTRL+C the ARP spoof script, disable IP forwarding and flushing the iptables: bash $ iptables --flush