Skip to content

0xtz/pyscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYSCANNER

prevue

INFO

USAGE

[oxdev:.../tools/pyscanner]$ python3 -OO scanner.py -h            

usage: scanner.py [-h] -t TARGET [-p PORT [PORT ...]] [-f]

A Python Multithreaded TCP Port Scanner

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Target IP address
  -p PORT [PORT ...], --port PORT [PORT ...]
                        Specify a port to knock
  -f, --fast            Fast Scan, the top 1k ports

SCANN ALL PORTS

use the host name or IP adress as an arg

[tz:.../tools/pyscanner]$ python3 -OO scanner.py -t <IP>

Specify some ports

[tz:.../tools/pyscanner]$ python3 -OO scanner.py -t <IP> -p 22 80 587 ...

fast scan

-f flag to scann the top used TPC ports

[tz:.../tools/pyscanner]$ python3 -OO scanner.py -t <IP> -f

ETC

MORE INFO IS GONNA BE ADDED SOONER haha

About

A Fast, Simple, easy to use Multithreaded port scanner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages