Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 535 Bytes

File metadata and controls

18 lines (10 loc) · 535 Bytes

seigwards-secrets

Challenge Text

  • Seigward has been storing his secrets on his website https://jerseyctf.co for decades. Hasn't failed him yet.

Hint

  • Where can you find a website's code?

Solution

  • The password, which is the flag, is stored in the source code for the website, encoded in base64. All you need to do is find it and decode it.
  • Flag: jctf{1M_s0_1M_5o_Dyn4Mit3_092478}

Credit