Secure Digital
Last updated
Last updated
I must admit that I went it to the rabbit hole too deep.
It was in front of me all the time:
Basically, I got the flag and I can just write it in, but what else can I do?
Hold ctrl and click on H to get to the table view
Now I should be able to export it as txt file and get the flag out.
Time to cleanup. It's easy task for Linux, but I'm lazy now to boot in VM so let's do that via Notepad++. Flag starts on the line 2287. Hope I don't leak that I use Windows and Notepad++ if you have 0day for them š„
Let's remove SPI part
Same way, last part. I'm sure it can be done in different way too.
Just replace these patterns with simple " " space. Same way remove " " before chars and last " at the end. Now we need to change line output.
Do ctrl+c, ctrl+a, ctrl+v
And, you can "Replace with:" just don't add anything, leave it empty.
Most important parth here where to understand what is what to get the correct sequence and find the information required.
Initially int felt hard, but once you have first time hands on - it will easy, but for first time I felt it hard.