Skip to content

bvr0n/PortScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github All Releases Github All Releases Github All Releases

PortScanner

 ____            _     ____                                  
|  _ \ ___  _ __| |_  / ___|  ___ __ _ _ __  _ __   ___ _ __ 
| |_) / _ \| '__| __| \___ \ / __/ _` | '_ \| '_ \ / _ \ '__|
|  __/ (_) | |  | |_   ___) | (_| (_| | | | | | | |  __/ |   
|_|   \___/|_|   \__| |____/ \___\__,_|_| |_|_| |_|\___|_|   
                                                             

                   by @Taha El Ghadraoui
                      @bvr0n

PortScanner is a simple & fast TCP port scanner written in python, this way you can easily grab all open ports and scan them in nmap for running services.

Installation :

cd PortScanner
python3 -m pip install -r requirements.txt
python3 portscanner.py

Usage :

python3 portscanner.py -u [IP]
 ____            _     ____                                  
|  _ \ ___  _ __| |_  / ___|  ___ __ _ _ __  _ __   ___ _ __ 
| |_) / _ \| '__| __| \___ \ / __/ _` | '_ \| '_ \ / _ \ '__|
|  __/ (_) | |  | |_   ___) | (_| (_| | | | | | | |  __/ |   
|_|   \___/|_|   \__| |____/ \___\__,_|_| |_|_| |_|\___|_|   
                                                             

                   by @Taha El Ghadraoui
                      @bvr0n 

Optional arguments:
   -u   set Target

Example :

Alt text

Releases

No releases published

Packages

No packages published

Languages