Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 287 Bytes

973.md

File metadata and controls

12 lines (10 loc) · 287 Bytes

Get encoded string from Comment in metadata: exiftool -Comment Tux.jpg
Get password for zip file: echo "<encoded-string>" | base64 --decode" Further steps:

binwalk -e Tux.jpg
cd _Tux.jpg.extracted/
unzip 1570.zip
cat flag