codecrack3 / arpmour

Security tool to detect arp spoofing attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Security tool to detect arp spoofing attack


Languages

Language:Python 100.0%