For those who want to do it on the command line you can use `icat` to `cat` out the contents of a specific inode. The inode he displayed in during autopsy was 2371, you also need to tell it the offset `-o` of the filesystem partition you are looking for (use mmls again) and then feed that to `iconv` So this is what I used at the end of it `iconv
@ductive Жыл бұрын
You can do the same without iconv.
@lab-at-home2 жыл бұрын
That is cool. When I solved this challenge I just extracted the filesystem with binwall and looked into the files, but this tool seems to be really cool
@harsh23142 жыл бұрын
Your reactions were relatable... most of the time it needs a simple task for us to solve the problem but we can't just get it 😂
@moustafakashen36102 жыл бұрын
LOVE YOUR CONTENT!
@lordspacecake55652 жыл бұрын
Awsome video, great tool to have.
@bladesvlogs49652 жыл бұрын
Wow, that was impressive 👍
@h3bb12 жыл бұрын
Hey John, thansk for the videos. They are both fun and super interesting. I wanted to ask you, do you have a video on what you are doing in the terminal at the end, when you echo out the flag and the finish command? Or is this maybe just basic terminal stuff?
@Stroopwafe12 жыл бұрын
It was in one of the earlier episodes in this series, where the solution was so simple he made those 2 commands. Can't remember exactly which one though, sorry
@shiv_sagar722 жыл бұрын
great video thnks man
@TigerWalts2 жыл бұрын
Three hundred megabytes of hard drive capacity! What can that do for you? Three hundred file cabinets of storage capacity! That's right That's on one disk! You couldn't get close to that on a floppy disk
@rasraster2 жыл бұрын
Am I missing something obvious? Couldn't he have just decoded the hex in that flag.uni.txt file, right off the bat?
@SphereofTime9 ай бұрын
5:00
@feverwilly2 жыл бұрын
The WIndows version is better it was redone in Java in Windows.
@chiragvyas57202 жыл бұрын
Yeah that is what I also think.
@bhagyalakshmi1053 Жыл бұрын
Codo automatically shell
@Lacsap33662 жыл бұрын
All I did in this challenge was to mount the root partition as a loop device by hand and just cat out the flag.uni.txt