Skip to content

doguhanpolat/fast-port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Fast Port Scanner

A really simple port scanner, for times when you cant use nmap.

Usage

 
             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

Examples

1. Fast_Port_Scanner.py github.com 1-10000

1

2. Fast_Port_Scanner.py github.com 85-1050

2

3. Fast_Port_Scanner.py github.com 23-443

3

4. Fast_Port_Scanner.py github.com all ==> all= 1-65535

4

5. Fast_Port_Scanner.py github.com [NONE] ==> Default = 1-1000

5

Required Library

  • pyfiglet
pip install pyfiglet 
  • sockets
pip install sockets
  • threaded
pip install threaded
  • futures
pip install futures
  • DateTime
pip install DateTime
  • argparse
pip install argparse

Installing Fast Port Scanner(Linux)

git clone https://github.com/doguhanpolat/fast-port-scanner.git