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
- Host: GitHub
- URL: https://github.com/thegera4/arp_spoof
- Owner: thegera4
- Created: 2023-05-06T00:01:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T00:08:38.000Z (almost 3 years ago)
- Last Synced: 2025-12-26T05:00:15.315Z (3 months ago)
- Topics: cybersecurity, ethical-hacking, hacking, python2, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!