/ARP-Spoof

A simple ARP spoof program base on python socket

Primary LanguagePython

date status title
2018-04-06 17:51
public
ARP

ARP-Spoof

A simple ARP spoof program base on python socket

Usage

  1. Choose a interface first
  2. Follow the program and you'll get a functions list

Including

  • ARP Scan
  • ARP Spoof
  • Send a custom ARP packet
  • Exit

3. You can choose one of them

4. When ARP spoof was succeed, you can attack with driftnet or other tools.

(When you want to MITM attack, you should open ipforward first)

sudo echo 1 >/proc/sys/net/ipv4/ip_forward

5. You can also send a bunch of custom ARP packets.

That's it : )