EvtDanya / PacketInspector

Python based packet sniffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PacketInspector

Packet sniffing in python

Installation

To install dependencies for this program you can use scripts:
• for unix systems - install_dependencies.sh;
• for windows - install_dependencies.bat.

About

You can start PacketInspector with -h argument to see all opportunities.

Examples

You can start sniffer with "-I -H -S -s test" arguments to use interactive mode, print more information about packets and save them into file test.pcap.
At start you can choose interface to sniff on and protocol to filter packets.

After you will see packets and after sniffing packets will be available in file with unique name (because name test is already in use) in directory dumps.

You can open pcap file with Wireshark for example.

Feedback

If you have any questions or suggestions, please dm me https://t.me/evtdanya

About

Python based packet sniffer


Languages

Language:Python 97.1%Language:Batchfile 1.6%Language:Shell 1.4%