-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Network-Packet-Sniffer | ||
A network packet sniffer built with the help 'scapy' module which is entirely dedicated to capturing, handling and analyzing network traffic. User has the flexibility to enter the interface to capture the traffic from, the number of packets to sniff, the time interval to the sniffer to be running(time interval to capture the packets in). The application will log the traffic information it captures in a text file and hence user enters the name of the file. The 'packet_log' function filters the packets based on the protocol that user has chosen and saves the packets of that protocol in the log file. This data stored in the file will have every detail of the traffic that is flowing through the interface. | ||
A network packet sniffer built with the help of 'scapy' module which is entirely dedicated to capturing, handling and analyzing network traffic. User has the flexibility to enter the interface to capture the traffic from, the number of packets to sniff, the time interval to the sniffer to be running(time interval to capture the packets in). The application will log the traffic information it captures in a text file and hence user enters the name of the file. The 'packet_log' function filters the packets based on the protocol that user has chosen and saves the packets of that protocol in the log file. This data stored in the file will have every detail of the traffic that is flowing through the interface. | ||
|
||
Application Execution: | ||
![Running The Application1](https://user-images.githubusercontent.com/46072258/117494874-8b2cff00-af92-11eb-8676-4d402b14d397.PNG) | ||
|
||
Generating ARP and ICMP Traffic: | ||
![Generating ICMP and ARP packets](https://user-images.githubusercontent.com/46072258/117494901-9a13b180-af92-11eb-860e-ef44c803b06f.PNG) |