#vulns.co
/
mcp by GKData.io

← Back to Workflows

Keyword → cloud_enum → httpx

Guess public buckets and cloud apps from the brand name, then probe what is actually HTTP.

Level: intermediate

Tools: cloud_enum, httpx, nuclei

Pipeline

python3 cloud_enum.py -k {keyword} -t 10 -l cloud.txt; grep -Eo 'https?://[^ ]+' cloud.txt | httpx -silent | nuclei -severity critical,high

← Back to Workflows