A multi-challenge CTF for fun and learning.
Challenge 1: Web - The Hidden Message π
Find the flag hidden somewhere in the page source. Sometimes what you can't see is the most important thing.
Format: CTF{...}
Difficulty: Easy
The ancient Romans weren't the only ones who liked to shift things around.
Encrypted: Dsvsf!Bqqm
Format: CTF{...}
Difficulty: Easy
Only admins can access the flag. Can you trick the page into thinking you're an admin?
Hint: Cookies can be... manipulated.
Format: CTF{...}
Difficulty: Medium
Sometimes you have to decode, decode again, and decode once more.
Encoded: VVZreW9ybGRmIXRneXk=
Format: CTF{...}
Difficulty: Medium
- Clone this repo
- Run the web server (see below)
- Visit the challenges in your browser
- Submit your answers!
# Install dependencies
npm install
# Start the server
npm startVisit http://localhost:3000
- No brute forcing the flags (that's boring)
- Share your solutions with friends, but don't spoil the answers
- Have fun!
Built by Gareth for a bit of chaos and learning.