Skip to content

imscruz/Scapy-Scripts

Repository files navigation

Scapy Scripts made by imscruz

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.

🚀 Starting

For use this scripts you have to follow the steps:

Needed [Requirements]

  • Python 3.x
  • Scapy
  • (Optionel) Wireshark & tcpdump

Downland [Setup Scapy]

Scapy'yi yüklemek için aşağıdaki komutu çalıştırabilirsiniz:

pip install scapy

Start Scapy TERMINAL mode (Optionel) :

python -m Scapy

📂 İçerik [REPO]

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

Releases

No releases published

Packages

No packages published

Languages