findings.jsonl. One row per confirmed file, plus a summary.
How it works
subfinder lists hosts. httpx probes them. secrets, terraform, and cicd request known config paths. A hit requires the body to be that file.
Target
Put a domain on subfinder. The probe checks at most 80 hosts.
Overview
A 200 on /.docker/config.json is often the site's front end, not a Docker config. This workflow enumerates hosts and requests paths that hold Terraform state, Docker auth, npm tokens, and netrc entries. It keeps a hit only when the body is that file. Terraform state must look like state JSON. Docker config must contain an auth map. The check does not use the credentials it finds. Point it at a domain you are authorised to test, and treat a confirmed file as a secret exposure for exposure management.
Pipeline
subfinder enumerates hosts for the domain you set.