Skip to content

ancientlore/portscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portscan

portscan is a simple TCP port scanner written in Go.

Usage of portscan:
  -host string
    	Host or IP to scan (default "localhost")
  -range string
    	Port ranges e.g. 80,443,200-1000,8000-9000 (default "80,443")
  -threads int
    	Threads to use (default 100)
  -timeout duration
    	Timeout per port (default 1s)
  -verbose
    	Show errors for failed ports

Releases

No releases published

Packages

No packages published

Languages