← LibraryTechnique entry
W-RECON-DIRBRUTEReconnaissance
Directory & File Bruteforce
feroxbuster / ffuf / gobuster against likely paths and extensions. Finds /admin, /backup.sql, /.git, /.env.
§ Where this technique fits
W-RECON-DIRBRUTE is catalogued under the Reconnaissance tactic of the offensive-security kill-chain. It appears in 3 approved dossiers in the registry, typically at step 2 on average.
§ Dossiers chaining this technique
- step 1 / 8
SQLi (UNION) → DB dump → admin login
Discover a UNION-based SQL injection on a search/listing endpoint, enumerate the schema, dump the users table, and authenticate as an admin.
- step 1 / 6
Source map exposure → API key leak → cloud takeover
Public *.js.map files reveal un-minified source and inline-committed API keys (cloud provider, third-party services). Use the keys directly.
- step 4 / 6
AXFR → discover shadow-IT staging → exploitable web app
DNS server allows unrestricted AXFR. Pull the full zone, find admin- / staging- / dev- hostnames never linked, hit one with default creds / leftover debug routes.
§ What commonly comes next
- 01Debug / Admin Endpoint Exposedseen 1×W-DEBUG-ENDPOINT · Discovery
- 02JavaScript Source Map Exposureseen 1×W-RECON-SOURCEMAP · Reconnaissance
- 03Tech Stack Fingerprintingseen 1×W-RECON-FINGERPRINT · Reconnaissance