Skip to content

rshah03/PySniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

PySniff

A simple packet sniffing script I decided to make in order to help remedy a faulty network connection.

Why?

My Linux machine does not have an integrated wifi adapter, and the ethernet ports are disabled where I live. Since I was on a budget, the USB network adapter I purchased has a tendency to disconnect at random times, but the comptuer does not provide any feedback to indicate the loss of connection.

By having this script open in the background, I can constantly monitor the status of my network as well as the packet information. Basically, two birds with one stone. If the connection is lost, the destination MAC addresses will default to 00:00:00... or FF:FF:FF...

Run

To run, open command prompt/terminal and type sudo python3 sniffer.py

About

Network packet sniffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages