Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/720922/chaosDump
A powerful and clean bash script to dump and extract information from Project Discovery's Chaos Project https://chaos.projectdiscovery.io.
https://github.com/720922/chaosDump
Last synced: 10 days ago
JSON representation
A powerful and clean bash script to dump and extract information from Project Discovery's Chaos Project https://chaos.projectdiscovery.io.
- Host: GitHub
- URL: https://github.com/720922/chaosDump
- Owner: rohsec
- Created: 2022-03-02T18:22:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T16:12:34.000Z (over 2 years ago)
- Last Synced: 2024-07-30T14:19:08.857Z (3 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - 720922/chaosDump - A powerful and clean bash script to dump and extract information from Project Discovery's Chaos Project https://chaos.projectdiscovery.io. (Shell)
README
# chaosDump
![chaoslogo](https://user-images.githubusercontent.com/63975446/156434128-e00ec74b-6be7-49c1-bbbb-76d5f39a1e51.png)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](https://user-images.githubusercontent.com/63975446/156434870-7df300fb-3715-43b6-8ea1-930976ea528f.png)
![chaosSearch](https://user-images.githubusercontent.com/63975446/156434838-861c8f4e-a28b-472f-abd8-6a23a6d3394e.png)## ChaosDump in Action:
https://user-images.githubusercontent.com/63975446/156427489-0c75d3c7-e9fd-4ff5-8e8d-575e0bcf3dae.mp4## Reference:
[+] [Chaos](https://chaos.projectdiscovery.io) by ProjectDiscovery