SiLENTLESS is an advanced, feature-rich network packet analysis toolkit designed for network security professionals, penetration testers, and educational purposes. It provides a comprehensive suite for real-time packet capture, manipulation, and analysis with an intuitive graphical interface.
- ARP Spoofing – Intercept traffic between devices on a local network
- Real-time Packet Capture – Advanced packet sniffing with detailed analysis
- DNS Spoofing – Redirect DNS queries to controlled servers
- HTTP Injection – Modify HTTP traffic in real-time
- SSL Stripping – Downgrade HTTPS connections to HTTP (when combined with other tools)
- Interactive Packet Inspection – Clickable packets with full analysis
- Protocol Analysis – Deep inspection of TCP, UDP, ICMP, DNS, HTTP protocols
- GeoIP Integration – Geolocation tracking of IP addresses
- Network Scanning – Discover devices on the local network
- MAC Address Spoofing – Change your network interface MAC address
- Port Scanning – Comprehensive port scanning
- WHOIS Lookup – Domain information retrieval
- DNS Lookup – Query various DNS records
- Packet Crafting – Custom packet creation and sending
- PCAP Export – Save captured packets for later analysis
- Python 3.13.5 (recommended) (3.8+)
- Administrative/root privileges (for raw socket operations)
- Supported OS: Windows, Linux, macOS
git clone https://github.com/fzer0x/SiLENTLESS---Network-Packet-Analysis.git
cd SiLENTLESS---Network-Packet-Analysis
pip install -r requirements.txt
python main.py

