Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.48 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.48 KB

Mini Wireshark

This is a replica of the popular Wireshark application implemented using Scapy library in Python that captures and examines various packets through the network interface desired. It offers various filters to be applied on the packets to be captured. The examine section of the application offers detailed information about all the layers available in the selected packet along with it’s hexdump . It also allows us to save the captured packets as .pcap files and also enable us to load them again for later purposes.

Output:

The below picture shows the welcome page of the application

Screenshot 2021-10-29 230702

This section allows us to select the desired network interface from the network interfaces available in the user’s system.

Screenshot 2021-10-29 230727

Here, various packets are captured and displayed based on the filter. It also offers few options that’s could be carried on.

Screenshot 2021-10-29 230837

Examine section showed here displays detailed informationabout the packet selected.

Screenshot 2021-10-29 231130