A network analyzer made to detect DOS
A network analyzer made using python 3.11 and scapy.It captures the network packet and detect for DOS by counting the number of packets send to
target also logs the information of a captured packet to a pcap file,which can be used later,
'map.py' can be used to plot the location of your public ip to destination ip (publicly available) on map and see the route of the packet.
to capture the network packets:
sudo python3 main.py wlan0
to see the route of network packet
python3 map.py
to implement ML for DOS detection
to clone the repository
git clone https://github.com/Debang5hu/Network-Analyzer.git
get into the directory
cd Network-Analyzer
to install the dependencies
pip install -r requirements.txt
to run the script
sudo python3 main.py wlan0