Rating: 3.0
A friend of mine is learning about encryption and now is challenging me to break it! Can you give it a go? Download
Unzipping returns a python script and an iso file.
The quick and dirty way to solve this task involves running binwalk on the iso file. This returns a text file containing the flag.
<pre><code>$ binwalk -e lock.iso</code></pre>