https://github.com/rajeevranjancom/chaospy
https://github.com/rajeevranjancom/chaospy
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajeevranjancom/chaospy
- Owner: rajeevranjancom
- License: mit
- Created: 2022-02-28T09:06:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T09:35:28.000Z (over 4 years ago)
- Last Synced: 2025-01-22T10:36:44.754Z (over 1 year ago)
- Language: Python
- Size: 79.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chaospy
Tool written based on chaos from projectdiscovery.io

# Installation:
- Installation on linux:
```
git clone https://github.com/PhotonBolt/chaospy.git
```
```
cd chaospy/
```
```
sudo pip3 install -r requirements.txt
```
# Usage:
```
chmod +x chaospy.py
```
```
./chaospy.py --help
```
```
optional arguments:
-h, --help show this help message and exit
-list List all programs
--list-bugcrowd List BugCrowd programs
--list-hackerone List Hackerone programs
--list-intigriti List Intigriti programs
--list-external List Self Hosted programs
--list-swags List programs Swags Offers
--list-rewards List programs with rewards
--list-norewards List programs with no rewards
--list-new List new programs
--list-updated List updated programs
-download DOWNLOAD Download Specific Program
--download-all Download all programs
--download-bugcrowd Download BugCrowd programs
--download-hackerone Download Hackerone programs
--download-intigriti Download intigriti programs
--download-external Download external programs
--download-swags Download programs Swags Offers
--download-rewards Download programs with rewards
--download-norewards Download programs with no rewards
--download-new Download new programs
--download-updated Download updated programs
```