Sign inSign up

projectdiscovery/chaos-client

By projectdiscovery

•Updated almost 3 years ago

Image
0

5.4K

projectdiscovery/chaos-client repository overview

⁠ Chaos Client

⁠Go client to communicate with Chaos dataset API.

⁠ ⁠ ⁠

⁠Installation

go install -v github.com/projectdiscovery/chaos-client/cmd/chaos@latest

⁠Usage

chaos -h

This will display help for the tool. Here are all the switches it supports.

FlagDescriptionExample
-dDomain to find subdomains forchaos -d uber.com
-countShow statistics for the specified domainchaos -d uber.com -count
-oFile to write output to (optional)chaos -d uber.com -o uber.txt
-jsonPrint output as jsonchaos -d uber.com -json
-keyChaos key for APIchaos -key API_KEY
-dLFile with list of domains (optional)chaos -dL domains.txt
-silentMake the output silentchaos -d uber.com -silent
-versionPrint current version of chaos clientchaos -version

You can also set the API key as environment variable in your bash profile.

export CHAOS_KEY=CHAOS_API_KEY
⁠How to avail API_KEY

Chaos DNS API is in beta and only available to people who have been invited to use it. You can request an invite for yourself by filling Google form⁠. We send out new invites every second Monday of the month. Please send us a DM on our Discord⁠ server.

⁠Running chaos

In order to get subdomains for a domain, use the following command.

chaos -d uber.com -silent

restaurants.uber.com
testcdn.uber.com
approvalservice.uber.com
zoom-logs.uber.com
eastwood.uber.com
meh.uber.com
webview.uber.com
kiosk-api.uber.com
utmbeta-staging.uber.com
getmatched-staging.uber.com
logs.uber.com
dca1.cfe.uber.com
cn-staging.uber.com
frontends-primary.uber.com
eng.uber.com
guest.uber.com
kiosk-home-staging.uber.com

ā šŸ’” Notes

  • The API is rate-limited to 60 request / min / ip
  • Chaos API only supports domain name to query.

ā šŸ‘Øā€šŸ’» Community

You are welcomed to join our Discord Community⁠. You can also follow us on Twitter⁠ to keep up with everything related to chaos project.

Thanks again for your contribution and keeping the community vibrant. :heart:

Tag summary

Content type

Image

Digest

sha256:d04ddb964…

Size

19.6 MB

Last updated

almost 3 years ago

docker pull projectdiscovery/chaos-client