Enumeration is where every great hack starts. Our Recon Badge gives you a realistic playground to master those first, crucial steps of an engagement. And you can access it for free. No credit card or fancy VM needed; all you need is a regular AWS account to access a protected S3 bucket.
Before you exploit, you need to explore. Reconnaissance uncovers the juicy bits that many devs accidentally leave exposed:
robots.txt
and security.txt
entries
that point to hidden pathsThink of recon as the map you draw before picking the lock. Skip it and you stumble in the dark. Nail it and half the job is done.
The badge is split into bite-sized labs. Each lab unlocks the next, and every one gives you a flag so you always know when you nailed it. Below is a high-level tour; the exact flags stay secret until you dive in.
robots.txt
, security.txt
, custom 404 pages,
directory listings, and hidden admin paths.Host
header, and extract SANs from TLS
certificates.0x00.a.hackycorp.com
to
0x0f.a.hackycorp.com
) to spot the page with a red key.
Pro tip: feed the list to Aquatone for instant screenshots.int
internal zone), and grab the BIND
version with version.bind
.key.txt
files, exploit the “Any AWS user” quirk to access
key2.txt
, and read hard-coded tokens from bundled
JavaScript.
Already feel confident with your reconnaissance skills? Skip the step-by-step instructions and go on a treasure hunt. Point your tools at hackycorp.com
, dig into every service you can reach, and see how many badge flags you can capture unaided. Treat it like a real-world engagement, then compare your haul with the lab solutions to spot blind spots in your process.
You only need a personal AWS account with just enough permissions to access an S3 bucket you don't own.
Tools are flexible. We give examples with curl
,
openssl
, ffuf
, and git
. Use Burp, Nuclei,
or pure PowerShell if that is your flavor. Flags are agnostic.
Ready to claim your badge and flex those recon muscles?
Tweet your badge or tag us on LinkedIn or Twitter when you finish. We love seeing people smash their recon goals, and we may even send you stickers!
Recon is the cornerstone of every successful assessment. Spend a weekend
with this badge and you will never look at a domain name the same way
again.
Questions or feedback? Hit us up on
Twitter
or
LinkedIn
.