Project for my University Course - Networks & Cybersecurity II
Created using python. GUI was made using python Tkinter.
To Run:
- Make a python virtual environment first.
- Python >=3.9 and Python <3.12
$ pip install -r requirements.txt # Install required packages
Then run the main.py file
$ sudo python main.py # Linux needs sudo privileges for sniffing
For Windows:
PS C:\ python main.py
Choose your network interface where scapy will listen from using the GUI and click the start button.