python-scripts/scripts/packet_sniffer
2022-10-08 14:11:19 +05:30
..
main.py packet sniffer in python 2022-10-08 14:11:19 +05:30
README.md packet sniffer in python 2022-10-08 14:11:19 +05:30
requirements.txt packet sniffer in python 2022-10-08 14:11:19 +05:30

PACKET SNIFFER

Hi all! This is a packet sniffer in python.

Libraries

I have used scapy library

Getting started

  1. First of all -
pip install requirements.txt
  1. Secondly -
python main.py

OR

sudo python3 main.py

That's all. This is how we can use the packet sniffer.