Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Aug 25, 2022
1 parent 4f60a0c commit 368cb09
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Expand Up @@ -35,15 +35,6 @@ This will display help for the tool. Here are all the switches it supports.
| `-json` | Print output as json | `chaos -d uber.com -json` |
| `-key` | Chaos key for API | `chaos -key API_KEY` |
| `-dL` | File with list of domains (optional) | `chaos -dL domains.txt` |
| `-dns-record-type` | Filter by dns record type | `chaos -bbq -d uber.com -dns-record-type cname` |
| `-dns-status-code` | Filter by dns status code | `chaos -bbq -d uber.com -dns-status-code noerror` |
| `-filter-wildcard` | Filter DNS wildcards | `chaos -bbq -d uber.com -filter-wildcard` |
| `-http-url` | Print URL of the subdomains | `chaos -bbq -d uber.com -http-url` |
| `-http-title` | Print title of the URL | `chaos -bbq -d uber.com -http-title` |
| `-http-status-code` | Print http status code | `chaos -bbq -d uber.com -http-status-code` |
| `-http-status-code-filter` | Filter http status code | `chaos -bbq -d uber.com -http-status-code-filter 200` |
| `-resp` | Print DNS record with response | `chaos -bbq -d uber.com -resp` |
| `-resp-only` | Print the response of DNS record | `chaos -bbq -d uber.com -dns-record-type cname -resp-only` |
| `-silent` | Make the output silent | `chaos -d uber.com -silent` |
| `-version` | Print current version of chaos client | `chaos -version` |

Expand Down Expand Up @@ -87,20 +78,13 @@ kiosk-home-staging.uber.com
💡 Notes
-----

- **The API is rate-limited to 1 request at a time per token.**
- **The API is rate-limited to 60 request / min / ip**
- Chaos API **only** supports domain name to query.
- Chaos recon data can be retrieved using `bbq` flag.

👨‍💻 Community
-----

You are welcomed to join our [Discord Community](https://discord.gg/projectdiscovery). You can also follow us on [Twitter](https://twitter.com/pdchaos) to keep up with everything related to chaos project.


📌 Reference
-----

- [Introducing Chaos Recon data API](https://blog.projectdiscovery.io/introducing-chaos-bug-bounty-recon-data-api)


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

0 comments on commit 368cb09

Please sign in to comment.