FGLPS

command module
v0.0.0-...-2ffe5a1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2021 License: MIT Imports: 6 Imported by: 0

README

Fast TCP Port Scanner

A highly concurrent TCP port scanner.

Run Tests with Code Coverage (Linux)

go test -cover

Compile (Linux)

go build -v -o fglps

Run (Linux)

Scan a single host

./fglps -host localhost

See the built-in help

./fglps -help

Usage Information
Usage of ./fglps:
  -firstPort int
        First port of port range to scan (1-65535) (default 1)
  -host string
        Host to scan
  -lastPort int
        Last port of port range to scan (1-65535) (default 65535)
  -portTimeout int
        Port timeout in seconds. (default 5)
  -threads int
        Thread count. (maximum simultaneous port scans) (default 65535)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL