cscg24-photoeditor

CSCG 2024 Challenge 'PhotoEditor'
git clone https://git.sinitax.com/sinitax/cscg24-photoeditor
Log | Files | Refs | sfeed.txt

Privacy.cshtml (162B)


      1@{
      2    ViewData["Title"] = "Privacy Policy";
      3}
      4<h1>@ViewData["Title"]</h1>
      5
      6<p>This is a CTF challenge. Did you really expect a Privacy Policy here?</p>