Recently Updated
Mrrow?????
Challenge
A lonely little text file wants to play a game: /problems/owner.
Solution
1
2
3
4
5
6
7
8
9
10
11
$ ls /problems/owner/
file.txt
$ cat /problems/owner/file.txt
Help! I was wandering unfamiliar lands when I was suddenly taken hostage!
Please tell me who's my owner, and what his group is!
easyctf{<owner>:<group>}
$ ls -la /problems/owner/file.txt
-rwxr-xr-x 1 leonidas sparta 165 Nov 4 01:04 /problems/owner/file.txt
Flag
easyctf{leonidas:sparta}