Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.34 KB

chaosDump

chaoslogo

A powerful and clean bash script to dump and extract information from Project Discovery's Chaos Project

ChaosDump allows you to dump the complete data schema from https://chaos.projectdiscovery.io and allows you to dump actual datasets on the go. It is light weight and implemented in a very user friendly manner. Created this as a learning to implement clean and crisp code. Tried my level best to not create any mess and kept the code very clean with a good architecture.

Requirements:

[+] Jq
[+] pv
[+] peco

Setup

Run the installer script to setup all the dependecies.

sudo ./installer.sh

Note: Run the installer as sudo

Usage

Once the installer has finished setup, you can access chaosDump from anywhere using the command

chaosdump

Screenshots:

chaosFetchoutput chaosSearch

ChaosDump in Action:

chaosDump.mp4

Reference:

[+] Chaos by ProjectDiscovery