Welcome to our CTF for Intro to Cyber Security
- Download
project_files.zip
and unzip it. - Open
project_files/todo.txt
. Decode the last line as base64:tail -n 1 todo.txt | base64 -d
- Use that output as the password for
secret.zip
. - Count how many times the word
password
appears inwordy/big_text.txt
:grep -oi 'password' wordy/big_text.txt | wc -l
- ROT13 the text
Cnffjbeq
→ use that as a password forrot13/secret3.zip
. - Collect the four fragments (in folder order), concatenate them (no spaces), and use as the password for
final.zip
.