A powerful educational network packet sniffer that supports monitor and promiscuous modes for both wired and wireless interfaces.
A powerful educational network packet sniffer with monitor and promiscuous mode support for wired and wireless interfaces. Developed for CS-4061 Ethical Hacking Concepts & Practices.
This tool is designed for network analysis, security research, and educational purposes, making it ideal for students and professionals in the field of ethical hacking. Users can capture and analyze network traffic, including non-destined packets, to enhance their understanding of network security.
Ensure you have root/sudo privileges for packet capturing and a compatible wireless network interface card for monitor mode.
Clone the repository: git clone https://github.com/deviant101/network-packet-sniffer.git
Change directory: cd network-packet-sniffer
Make the installation script executable: chmod +x install.sh
Run the installation script with sudo: sudo ./install.sh
sudo ./install.sh
Installs all required dependencies automatically.
chmod +x sniffer.py
Makes the sniffer script executable.