Phoenix Vault Fuzzer is a red team tool designed to automate the discovery and extraction of secrets stored in HashiCorp Vault instances.
Whether you’re conducting a penetration test, security research, or authorized red team engagement, this tool streamlines the process of identifying and dumping sensitive credentials from poorly configured or accessible Vault deployments.
Technical Details Section :
Token Requirements: Works with any valid Vault token, even those with limited permissions. The tool intelligently falls back from listing operations to direct path enumeration if basic access is restricted.
Output Format: Discovered credentials are displayed in JSON format and extracted as individual variables (username, password, domain, api_key, etc.) for immediate use in follow-on exploitation.
🔥 Phoenix Vault Fuzzer
Automated HashiCorp Vault Secret Enumeration & Credential Dumping
| Filename | Preview | Actions |
|---|---|---|
| fuzz_vault.py |
#!/usr/bin/env python3
# Phoenix Vault Fuzzer
# Automated Vault Secret Enumeration
Features:
✓ Three-phase intelligent fuzzing
✓ Mount point discovery
✓ Path component enumeration
✓ Automatic credential extraction
✓ Interactive discovery control
✓ Beautiful colored output
✓ CTRL+C safe exit
Usage:
python3 fuzz_vault.py \
-VT
|
Copied!
|



