Skip to content

Network sniffer to check open ports given an IP address

Notifications You must be signed in to change notification settings

francisco-alonso/network_sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Sniffer

We want to check open ports in a specific IP address. We need to specify the IP address and per port open we'll have a thread monitoring traffic

Please type

cargo run -j 1000 192.168.1.1

if you want to check open ports at adress 192.168.1.1 with 1000 threads.

By default, the number of threads is 4. In case you don't want to specify a specific number of threads just run

cargo run 192.168.1.1

Sniffer at 192.168.1.1

If you need help, please run:

cargo run -h

About

Network sniffer to check open ports given an IP address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages