π¦ ClawHub
Api Endpoint Discovery
by @edgeiq-labs
Discovers and maps API endpoints using passive OSINT and active brute-forcing to assess the exposed attack surface of a web application's API layer.
π‘ Examples
Basic passive discovery (free tier)
python3 endpoint_discovery.py --target "https://api.target.com"
Pro scan with brute-forcing (Pro)
EDGEIQ_EMAIL=your_email@gmail.com python3 endpoint_discovery.py \
--target "https://api.target.com" --pro
Bundle β full active + passive scan
python3 endpoint_discovery.py --target "https://api.target.com" \
--bundle --output inventory.json
TERMINAL
clawhub install edgeiq-api-endpoint-discovery