https://github.com/sweetsoftware/arpwatcher
ARP spoofing detector.
https://github.com/sweetsoftware/arpwatcher
Last synced: 3 months ago
JSON representation
ARP spoofing detector.
- Host: GitHub
- URL: https://github.com/sweetsoftware/arpwatcher
- Owner: sweetsoftware
- Created: 2017-10-28T17:20:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T17:45:57.000Z (over 8 years ago)
- Last Synced: 2025-04-15T15:52:53.606Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arpwatcher
ARP spoofing detector.
## Install
Run install.sh as root to install as a service.
## Usage
```
$ sudo ./arpwatcher.py
Loading OS ARP table...
[*] Discovered new host: dc-a1-b9-45-9e-cc (10.0.0.1)
[*] Discovered new host: a6-8e-bE-c8-94-fc (10.0.0.15)
Finished loading OS ARP table.
[*] Discovered new host: ff-67-07-65-a6-9b (10.0.0.17)
... snip ...
[!] ARP spoofing attempt from a6-8e-bE-c8-94-fc (10.0.0.15)
```