Finish The Flag
30 points Easy

I received a strange letter in the mail, when I unfolded the document inside, I discovered this matrix bar code. Can you figure out what it contains?

letter.zip
Flag
Rating 4.61
5
4
3
2
1

Discussion

Preaty easy in comparasion with R* chalenges

0

An interesting challenge

0

this should be 10 pointer.. it is 30 points for free.. btw.. nice challenge.. some forensic challenge memories came back..

1
Protected
0

Loved it!

0

Really, really, REALLY cool challenge to get into reving!

0

This was Easy as 10 pts, can easily be done with QR Decode + gdb only

0

nice

0

Watch out for smartphone qr code scanners - like to cut out strings ;)

0

Hi all, is there anyone who could give some hints? I have an elf executable file now, and I don't know what to do next.

0

Do a static analysis of the file. Disassemble and try to understand how it works and what it contains. You can also look at its headers, strings etc..

0

How did you get elf executable file? Thank you

0

The QR code may help a bit here. The question to ask is - "How to convert a binary file into a string?"

0
Protected
0
Protected
0

Excuse me!. I can't watch

0

You might be saving the decoded binary data as ASCII-HEX file. Use CyberChef(https://gchq.github.io/CyberChef/ ) to decode Base64 and then download(save icon on output window) the file as binary.

2