dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

stego1.gohtml (524B)


      1 {{ define "sub-content" }}
      2     <p>
      3         Challenge created by @Enterprise on May 6, 2022.
      4     </p>
      5     <p>
      6         <a href="/public/img/Iceberg-of-Ignorance-1.jpg">Starting point</a>
      7     </p>
      8     <form method="post">
      9         <div>{{ .Data.FlagMessage }}</div>
     10         <input type="hidden" name="csrf" value="{{ .CSRF }}" />
     11         <label for="flag">FLAG{</label>
     12         <input type="text" name="flag" id="flag" maxlength="100" autocomplete="off" /> }
     13         <button type="submit">Validate</button>
     14     </form>
     15 {{ end }}