rollwagen / apoch

AWS Port Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-port-checker

GitHub Release Go Reference Go Report Card Powered By: GoReleaser CodeQL

AWS Port Checker = apoch

Runs a port scan of all VPC public IPs found in AWS Config.

image

Run a port scan of all VPC public IPs found in AWS ConfigService

Usage:
  apoch [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  run         Run a port scan of all VPC public IPs found in AWS ConfigService

Flags:
  -h, --help   help for apoch

Use "apoch [command] --help" for more information about a command.

Install and run

Brew

brew tap rollwagen/homebrew-tap
brew install rollwagen/tap/apoch

Go

To run directly:

go run github.com/rollwagen/apoch@latest --help

Build

git clone https://github.com/rollwagen/apoch
cd apoch
make build

About

AWS Port Checker

License:Apache License 2.0


Languages

Language:Go 92.7%Language:Shell 6.2%Language:Makefile 1.2%