Skip to content

A simple python script i implementing some stuff i learned for "Mastering Python for Networking and Security" by( José Manuel Ortega)

Notifications You must be signed in to change notification settings

ElBulbol/simple-ping-sweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

simple-ping-sweep

a simple python script i implementing some stuff i learned for "Mastering Python for Networking and Security" by( José Manuel Ortega) it's only scanning network with a subnet of /24 .

Help command

python pingsweep.py --help

Windows

 python pingsweep.py -network <the network you want to sacn > -machines <number of machines you want to scan >

Example

python pingsweep.py -network 192.168.1 -machines 5

Linux

python3 pingsweep.py -network <the network you want to sacn > -machines <number of machines you want to scan >

Example

python3 pingsweep.py -network 192.168.1 -machines 5

About

A simple python script i implementing some stuff i learned for "Mastering Python for Networking and Security" by( José Manuel Ortega)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages