Skip to content

thehackersbrain/networksniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

The Network Sniffer

Network Sniffer written in Python3

NetworkSniffer The Network Sniffer is a simple network sniffer program written while going through the Book BlackHat Python 2nd Edition.

Files

There are two files inside this repo

  1. Sniffer.py which is the ICMP Sniffer
  2. Sniffer-with-icmp.py which is the ICMP Sniffer with host scanner.

Requirements

Nothing Specifically is required for working of this tools, every modules used in these scripts is preinstall or preloaded with Python3 Package, there's one additional module named rich is installed for the styling purposes. Make sure to install that module before continuening with the script.

  • rich Install using pip3
pip3 install rich

or with apt

sudo apt install python3-rich

Credits

About

The Network Sniffer Written in Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages