Welcome to the Scapy Scripts repository! This collection features a variety of network security and packet analysis tools I've built using Scapy, a powerful and versatile Python-based library for low-level network programming. These scripts are designed to help you understand, analyze, and manipulate network packets with ease.
- Packet Sniffing: Capture and inspect live network traffic.
- ARP Spoofing: Perform ARP cache poisoning attacks on a network.
- DNS Analysis: Listen for and analyze DNS queries and responses.
- Python-based: Easily modifiable and extensible for your specific needs.
To get these scripts up and running, you'll need the following:
- Python 3.x: The scripting language these tools are built on.
- Scapy: The core library for packet manipulation.
- (Optional) Wireshark & tcpdump: Useful for visualizing and verifying the packets sniffed or created by the scripts.