https://github.com/mustafadalga/arp-spoof-detector
Bilgisayarınıza yapılan ARP Spoofing saldırılarını tespit eden ARP Spoof Detector Scripti.
https://github.com/mustafadalga/arp-spoof-detector
arp-poisoning arp-spoof-attack arp-spoofing arpspoof hack hacking hacking-tools
Last synced: 2 months ago
JSON representation
Bilgisayarınıza yapılan ARP Spoofing saldırılarını tespit eden ARP Spoof Detector Scripti.
- Host: GitHub
- URL: https://github.com/mustafadalga/arp-spoof-detector
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2019-07-01T13:49:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T08:14:58.000Z (about 4 years ago)
- Last Synced: 2025-01-18T08:33:52.623Z (4 months ago)
- Topics: arp-poisoning, arp-spoof-attack, arp-spoofing, arpspoof, hack, hacking, hacking-tools
- Language: Python
- Size: 20.5 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_____ _____ _____ __ _____ _ _
/\ | __ \| __ \ / ____| / _| | __ \ | | | |
/ \ | |__) | |__) | | (___ _ __ ___ ___ | |_ | | | | ___| |_ ___ ___| |_ ___ _ __
/ /\ \ | _ /| ___/ \___ \| '_ \ / _ \ / _ \| _| | | | |/ _ \ __/ _ \/ __| __/ _ \| '__|
/ ____ \| | \ \| | ____) | |_) | (_) | (_) | | | |__| | __/ || __/ (__| || (_) | |
/_/ \_\_| \_\_| |_____/| .__/ \___/ \___/|_| |_____/ \___|\__\___|\___|\__\___/|_|
| |
|_|
```## Açıklama
**Bilgisayarınıza yapılan ARP Spoofing saldırılarını tespit eden ARP Spoof Detector Scripti.**
:arrow_right: ARP Spofing saldırısı tespit edildiğinde belirlediğiniz mail adresine uyarı bildirimi gönderilerek durumdan haberdar olmanızı sağlar.
:arrow_right: Eğer uyari bildirimi Gmail SMTP sunucusu kullanılarak yapılacaksa [Daha az güvenli uygulama erişimi](https://www.google.com/settings/security/lesssecureapps) açık olmalıdır.
### Kurulum
* Windows için kurulum
```
python -m pip install scapy==2.4.0
```
### Kullanım
ARP SPoof Detector'u test edebilmek için [buradaki](https://github.com/mustafadalga/ARP-poisoning-packet-sniffer) script ile ARP Spoof saldırısı yapabilirsiniz.
* Windows için kullanım
```
python ARPSpoofDetector.py
```
### Notlar
* Python versiyonu:3.7.2
* Script sadece Windows işletim sisteminde test edilmiştir.
* Eğer ARP Spoofing işlemi Windows işletim sisteminden Linux işletim sistemine yapılacaksa , Windows işletim sisteminde ip forwarding ayarlarının konfigüre Edilmesi gerekmektedir.