kashiCTF 2026 - Sanity 1
Its Time to be sane. I wish I could give the flag, but I can’t. Try searching this site. xd :>
Solution
The flag was split into two parts found in different locations on the platform:
robots.txt: Navigating to
https://kashictf.iitbhucybersec.in/robots.txtrevealed the first part of the flag:1
2
3User-agent: *
Disallow: /admin
kashiCTF{50_you_didHome Page Source: Inspecting the HTML source code of the main landing page
https://kashictf.iitbhucybersec.in/revealed the second part hidden inside a comment:1
<!--- _endup_ge77ing_the_flag_hehe} --->
Combining both parts yields the full flag.