Box Stats
Box Info | Details |
---|---|
Box Name : | Ninja Skills |
Difficulty : | Easy |
Play : | Ninja Skills |
Recommended : | Yes ![]() |
Summary
Hello all, this box requires linux skill nothing advanced mostly you need to know how find
command works. It gives us 12 files and we have to answer 6 questions about them. Let’s start!
What we’ll do first is to run find
on all the files to detect them & then we will use -exec
option to answer the questions. You will notice that the files are 11 because bny0
is missing i don’t know why.
1 |
|
Which of the above files are owned by the best-group group(enter the answer separated by spaces in alphabetical order)
We already have the answer from above ^
1 |
|
Answer: D8B3
- v2Vb
Which of these files contain an IP address?
Here i found a cool regex that search for an IP.
1 |
|
Answer: oiMO
Which file has the SHA1 hash of 9d54da7584015647ba052173b84d45e8007eba94
We will use the sha1sum
and grep
.
1 |
|
Answer: c4ZX
Which file contains 230 lines?
All files contain 209 lines, so 1 is missing is the bny0
.
1 |
|
Answer: bny0
Which file’s owner has an ID of 502?
Only 1 file has different file owner.
1 |
|
1 |
|
Answer: X1Uy
Which file is executable by everyone?
Just let’s check the output.
1 |
|
Answer: 8V2L
Thank You
Thank you for taking the time to read my writeup. If you don’t understand something from the writeup or want to ask me something feel free to contact me through discord(0xatom#8707) or send me a message through twitter 0xatom
Until next time keep pwning hard!