A really simple port scanner, for times when you cant use nmap.
A simple, fast, lightweight port scanner.
Usage: Fast_Port_Scanner.py [targets] [ports]
positional arguments:
1. host [target ip]
2. port [port]
optional arguments:
-h, --help show this help message and exit
Examples:
1. Fast_Port_Scanner.py github.com 1-10000
2. Fast_Port_Scanner.py github.com 85-1050
3. Fast_Port_Scanner.py github.com 23-443
4. Fast_Port_Scanner.py github.com all ==> all= 1-65535
5. Fast_Port_Scanner.py github.com [NONE] ==> Default = 1-1000
1. Fast_Port_Scanner.py github.com 1-10000
2. Fast_Port_Scanner.py github.com 85-1050
3. Fast_Port_Scanner.py github.com 23-443
4. Fast_Port_Scanner.py github.com all ==> all= 1-65535
5. Fast_Port_Scanner.py github.com [NONE] ==> Default = 1-1000
- pyfiglet
pip install pyfiglet
- sockets
pip install sockets
- threaded
pip install threaded
- futures
pip install futures
- DateTime
pip install DateTime
- argparse
pip install argparse
git clone https://github.com/doguhanpolat/fast-port-scanner.git