Skip to content

tomassantunes/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Port Scanner in Go

Usage:

go run main.go --h hostname

Other flags:

--p

  • e.g -> go run main.go --h hostname --p 80,120,200

--pc [tcp or udp]

  • e.g -> go run main.go --h hostname --p ports --pc udp

Releases

No releases published

Packages

No packages published

Languages