Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 852 Bytes

stages.md

File metadata and controls

21 lines (20 loc) · 852 Bytes

level00

  1. Find any files owned bu user flag00
find / -user flag00
  1. We barely can find anything in search output because of dispalying files with restricted access, so lets put their output into a "black hole"
find / -user flag00 2>/dev/null
  1. Search gave us 2 files: /usr/sbin/john, /rofs/usr/sbin/john. Every file contains the list of sybols: cdiiddwpgswtgt. But unfortunately it's not a flag. Maybe it's encrypted
  2. Go to https://www.dcode.fr/ (this website is recommended to use in intra video about snow_crash)
  3. Use 1-st text decoder in list - for Caesar cipher. We get our flag: nottoohardhere
  4. Go to flag00 user and get flag:
su flag00
getflag
  1. Flag for level01: x24ti5gi3x0ol2eh4esiuxias