Skip to content

SAJAD-net/scanGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scanGo

A simple TCP port scanner

How to use

git clone https://github.com/SAJAD-net/scanGo.git
cd scanGo
go build app/scanGo.go
./scanGo -h

Help

[-i|--ip] is required                                                                                            
usage: ScanGo [-h|--help] -i|--ip "<value>" [-a|--all] [-o|--one <integer>]                                      
														 
	      Simple and fast port scanner.                                                                      
														 
Arguments:                                                                                                       
														 
  -h  --help  Print help information                                                                             
  -i  --ip    ip address                                                                                         
  -a  --all   all possible ports                                                                                 
  -o  --one   only a specific port  

TODO

  • Calculate the execution time
  • Colorize the output