GrayhatWarfare
Grayhat Warfare API client for finding open cloud buckets
Cloud & Assets4 commands
#cloud#bucket#search#api
Installation
1Clone the repository
2Install dependencies
3Configure API key
git clone https://github.com/mavericknerd/GrayhatWarfare.git
cd GrayhatWarfare
pip install -r requirements.txt
# Set API key
export GRAYHAT_API_KEY=your_api_keyBasic Usage
Search for open buckets using the Grayhat Warfare API
# Search for buckets
python3 grayhatwarfare.py search example
# List recent buckets
python3 grayhatwarfare.py recent
# Get bucket details
python3 grayhatwarfare.py bucket bucket-nameCommand Reference
4 commands
1Search for open buckets by keyword
search2List recently discovered buckets
recent3Get details on a specific bucket
bucket4Show help message
--helpWhen to Use
1
Finding exposed S3 and Azure buckets via Grayhat Warfare database2
Cloud asset discovery using public bucket indexes3
Security research on cloud storage exposureNotes & Tips
1
Requires a Grayhat Warfare API key2
Free tier has limited queries per day3
Results are based on the Grayhat Warfare bucket databaseCommon Errors & Solutions
Invalid API key
Check your GRAYHAT_API_KEY environment variable
Rate limit exceeded
Upgrade your API plan or wait for the limit to reset