Skip to content

mikey96/overcast-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Overcast Security CLI

Installation

go install

go install github.com/mikey96/overcast-cli@latest

From source

git clone github.com/mikey96/overcast-cli
cd overcast-cli
go install .

Configuration

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}

Examples

All subdomains

overcast-cli subdomains service.port:22

All subdomains with key flag

overcast-cli subdomains -key {api-key} service.port:22

Search with filter (all pages)

overcast-cli subdomains-search -key {api-key} service.port:443

Search metadata

overcast-cli subdomains-metadata service.port:443

All CIDR IPs

overcast-cli ips service.port:22

All CIDR IPs with key flag

overcast-cli ips -key {api-key} service.port:22

Search with filter (all pages)

overcast-cli ips-search -key {api-key} service.port:443

Search metadata

overcast-cli ips-metadata service.port:443

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages