Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 523 Bytes

Gordo Port Scanner

A Port scanner for TCP written in Go.

Example scan on Metasploitable2:

Scan with gordo on metasploitable2

Flags

-a "enable all ports scan"

-h help

-syn "use sudo and input network iface to enable scan against syn protections"

-t "set target IP/URL"

-v "enable verbose output"

-w "set worker count > 0"

Use case

go run gordoportscanner.go -t 127.0.0.1

go run gordoportscanner.go -t URL