Submit your flag.
Real-world CTF challenges on truesapiens.com with points, hints, and writeups.
Browse challenges →By: @truesapiens · 2 days ago
Find the password hidden in the page source of the login form.
Supported by
Submit your flag.
Real-world CTF challenges on truesapiens.com with points, hints, and writeups.
Browse challenges →By: @truesapiens · 2 days ago
Find the password hidden in the page source of the login form.
1User-agent:*2Disallow:/admin3Allow:/4Sitemap:/sitemap.xml5▸// truesapiens{whispers_in_plain_sight}6// hint: the admin panel isn't in robots.txt eitherFind the answer.
Robots.txt, sitemap, and page source — the flag is often hiding in plain sight.
Read writeups →Learn together.
Share writeups, celebrate solves, and swap techniques with fellow hunters in the community feed.
Join community →Just dropped a writeup for "Hidden in the Source" 🔍
The flag was sitting in robots.txt this whole time. Check the Disallow entries 👇
#web #recon #robots-txt
John D. The robots.txt hint was clever 👏
Aulia R. solved it! 🎉 +100 pts
what does Disallow: /admin mean in robots.txt?
it tells crawlers not to index /admin
but humans can still visit it 😅
exactly — that's the recon step
Master the craft.
Bite-sized lessons and live channel discussions — from recon basics to advanced exploitation.
Start learning →