-
Notifications
You must be signed in to change notification settings - Fork 0
Home
werz edited this page Jul 25, 2022
·
1 revision
pgo is a fast tool designed to scan tcp ports more simply.
$ git clone https://github.com/0xwerz/pgo.git
$ cd pgo
$ sudo go build main.go -o pgo && cp pgo /usr/bin
$ pgo --help
$ pgo --help
-h string
Host ip/hostname
-r1 int
port range start (default 22)
-r2 int
port range end (default 161)
$ pgo -h github.com -r1 20 -r2 161