https://github.com/3tternp/arpspoof
https://github.com/3tternp/arpspoof
arp-spoofing automation bash-script
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/3tternp/arpspoof
- Owner: 3tternp
- Created: 2018-04-02T08:15:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T07:13:38.000Z (6 months ago)
- Last Synced: 2025-04-26T07:31:07.327Z (6 months ago)
- Topics: arp-spoofing, automation, bash-script
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arpspoof
This is a simple bash script to perform ARP spoofing attack.This script takes user input and give the output of the attack. The crafted packets are sniffed using driftnet(packet sniffing tool found inbuilt in kali linux or other Pentesting Linux Distribution). Thanks to Nishan8583 for helping me to modifying the scrpt and look attractive
# changelog
v2.0.0 – 2025-07-21🎉 Major release with full attack menu interface
✅ Added
1. Interactive menu-based interface for choosing attack modes
ARP Spoofing + Driftnet
ARP Spoofing + SSLStrip
Full Attack (ARP + Driftnet + SSLStrip)
2. Modular function design for easier customization and maintenance
Logging support for:
ARP spoofing logs (2 directions)
Driftnet output
SSLStrip credentials
xterm integration to run SSLStrip in a separate terminal
Root privilege check before script execution
iptables HTTP redirection rule for SSLStrip
Auto-installation of required tools (arpspoof, driftnet, sslstrip, xterm) via available package manager
Graceful cleanup on CTRL+C: kills background processes, flushes iptables, disables IP forwarding