In this repo, there are various network security and packet analysis scripts that I have created using Scapy. Scapy is a powerful network packet processing library based on Python and is highly flexible for low-level network programming.
For use this scripts you have to follow the steps:
- Python 3.x
- Scapy
- (Optionel) Wireshark & tcpdump
Scapy'yi yüklemek için aşağıdaki komutu çalıştırabilirsiniz:
pip install scapy
Start Scapy TERMINAL mode (Optionel) :
python -m Scapy
In this repo:
- packetsniffer.py → Sniffing TCP packets
- arpspoof.py → ARP Spoof for one target
- arpspoofwhole.py → ARP Spoof for whole localnetwork
- dnslistenning.py → Sniff DNS packets on 53 port
- NewComing → NeXT uPDATE