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
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
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?
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
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
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
You can do the same without iconv.
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
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 😂
Awsome video, great tool to have.
Wow, that was impressive 👍
LOVE YOUR CONTENT!
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?
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
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
great video thnks man
Am I missing something obvious? Couldn't he have just decoded the hex in that flag.uni.txt file, right off the bat?
The WIndows version is better it was redone in Java in Windows.
Yeah that is what I also think.
Codo automatically shell
5:00
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
Yeah same but autopsy seems cool as well