Overcast Security CLI
go install github.com/mikey96/overcast-cli@latestgit clone github.com/mikey96/overcast-cli
cd overcast-cli
go install .To use the app you must provide an API key, which can be found here. You can either use the `-key` flag or set the environment variable OVERCAST_API_KEY to authenticate yourself.
# using flag
overcast-cli [subcommand] -key {api-key} [args...]# using environment
export OVERCAST_API_KEY={api-key}overcast-cli subdomains service.port:22overcast-cli subdomains -key {api-key} service.port:22overcast-cli subdomains-search -key {api-key} service.port:443overcast-cli subdomains-metadata service.port:443overcast-cli ips service.port:22overcast-cli ips -key {api-key} service.port:22overcast-cli ips-search -key {api-key} service.port:443overcast-cli ips-metadata service.port:443