Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oros42/arp_poisoning_detector
Simple detector of ARP poisoning attack
https://github.com/oros42/arp_poisoning_detector
Last synced: 3 months ago
JSON representation
Simple detector of ARP poisoning attack
- Host: GitHub
- URL: https://github.com/oros42/arp_poisoning_detector
- Owner: Oros42
- License: cc0-1.0
- Created: 2015-04-22T15:26:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T10:53:31.000Z (over 9 years ago)
- Last Synced: 2024-04-24T13:41:19.559Z (6 months ago)
- Language: Python
- Size: 254 KB
- Stars: 28
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **26**星
README
# ARP poisoning detector
Simple detector of ARP poisoning attackInstall
-------
```
sudo apt-get install python-scapy
wget -q https://raw.githubusercontent.com/Oros42/ARP_poisoning_detector/master/arp_poisoning_detector.py
```Run
---
```
sudo python arp_poisoning_detector.py
```Example of output
------------------```
$ sudo python arp_poisoning_detector.py
WARNING: No route found for IPv6 destination :: (no default route?)
Init ARP :
192.168.1.254 = ab:cd:ef:98:76:54
192.168.1.5 = 01:23:45:67:89:10
192.168.1.6 = aa:11:bb:22:cc:44
Log :
2015/04/22 13:16:41 ; 01:23:45:67:89:10 want 192.168.1.254 ; But 192.168.1.254 is ab:cd:ef:98:76:54 ; Target 00:f1:e2:d3:c4:b5 (192.168.1.7)
2015/04/22 13:16:42 ; 01:23:45:67:89:10 want 192.168.1.254 ; But 192.168.1.254 is ab:cd:ef:98:76:54 ; Target 00:f1:e2:d3:c4:b5 (192.168.1.7)
2015/04/22 13:16:44 ; 01:23:45:67:89:10 want 192.168.1.254 ; But 192.168.1.254 is ab:cd:ef:98:76:54 ; Target 00:f1:e2:d3:c4:b5 (192.168.1.7)
```
![screenshot0](capture-example.png)