An open API service indexing awesome lists of open source software.

https://github.com/thegera4/arp_spoof

My custom arp spoofing script
https://github.com/thegera4/arp_spoof

cybersecurity ethical-hacking hacking python2 python3

Last synced: 4 days ago
JSON representation

My custom arp spoofing script

Awesome Lists containing this project

README

          

# arp_spoof
My custom arp spoofing script.

# How to use it:

-In your command console navigate to the folder where you store the script.

-Use the command 'python arp_spoof.py -t IP_TARGET -g IP_GATEWAY' ( IP = for example 10.10.1.5)

# Output:

-It will display a message with the amount of packets sent to the target device.

# Arguments:

-t or --target = IP of the target device

-g or --gateway = IP of the access point (gateway)

-h or --help = to display the help

Enjoy!