/arpmour

Security tool to detect arp spoofing attack

Primary LanguagePython

arpmour

Security tool to detect arp spoofing attack. Written in Python and uses the powerful Scapy library. This tool has been tested on Debian OS (e.g. Kali Linux, Ubuntu etc.)

Alt text

Installation

  1. Install Python 2.7 from https://www.python.org/downloads/
  2. Install Scapy: sudo python -m pip install scapy
  3. Clone this repo: git clone https://github.com/shiuhsenang92/arpmour.git
  4. Run: cd arpmour && sudo python arpmour.py

To-do

  • Make arpmour cross-platform
  • Build a GUI