Skip to content

kali-physi-hacker/pyPortScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Description

A basic Port Scanning script written in python

Note:
The intent of this script is only for educational purposes.
I am not responsible for any damage or harm
done using this script.

Usage

Usage of this script is something everyone can do with minimal effort

python3 port_scanner.py -h;         # This will show help log available
python3 port_scanner.py             # This will scan on localhost with 10 threads (default)
python3 port_scanner.py -thread 100 # this will scan on localhost with 100 threads

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages