Skip to content

A network sniffing program that will collect and dump various network information such as MAC and IP addresses, and protocol statistics to a file using Python and Scapy.

License

Notifications You must be signed in to change notification settings

achrovisual/netsniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netsniff

Simple Python program that scans the network and dumps the results into a file. This program uses Scapy. It can get the IP and MAC mappings and the protocol statistics of the network.

Network Scanning

The network scan performs an ARP scan to get the IP address and MAC address mappings. To get the protocol statistics, it sniffs through the packets inside the network. The syntax for performing the network scan is as follows:

sudo ptyhon3 netsniff.py -i [interface]

This program is design to be run on Linux.

Arguments

These are the following arguments the program can use.

Required Arguments

Argument Description
-i Network Interface to be used

About

A network sniffing program that will collect and dump various network information such as MAC and IP addresses, and protocol statistics to a file using Python and Scapy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages