Documentation Index
Fetch the complete documentation index at: https://docs.withgiga.ai/llms.txt
Use this file to discover all available pages before exploring further.
Subdomains
The subdomains endpoint runs WithGiga’s seven-source passive OSINT enumeration as a standalone operation — useful for surface discovery before scoping an engagement, or for keeping a continuously-updated inventory. See Subdomain Enumeration for the methodology.Start a subdomain scan
POST /api/subdomains
Body
| Field | Type | Description |
|---|---|---|
domain | string | Apex or subdomain to enumerate from |
runId endpoint for results.
Get scan results
GET /api/subdomains/{runId}
Response (200)
| Status | Description |
|---|---|
running | Sources are being queried |
completed | All sources returned, results validated |
failed | Unrecoverable error during enumeration |
Notes
- Enumeration is passive only — no traffic is sent to the target’s infrastructure during source queries
- Validation (alive check, port scan, stack fingerprint) does generate traffic to the target
- Results are cached briefly; calling again for the same domain within 60 seconds may return the same scan