GlauberGoncalves / python-pyscan

Scanner hosts online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyscan

scans hosts that are online

you can pass a single ip or ip range

--h to pass ip
cmd> python3 scan.py --h 192.168.0.1
cmd> 192.168.0.1 online
cmd> python3 scan.py --h 192.168.0.1/5
cmd> 192.168.0.1 online
cmd> 192.168.0.2 online
cmd> 192.168.0.3 online
cmd> 192.168.0.4 online
cmd> 192.168.0.5 online

example

About

Scanner hosts online


Languages

Language:Python 100.0%