Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 360 Bytes

2014-11-23-picoctf-writeup-pickle-jar.markdown

File metadata and controls

9 lines (7 loc) · 360 Bytes
layout title
post
PicoCTF 2014/Writeup - Pickle Jar

This was a Forensics challenge for 30 points.

The hack is very simple, just open up the JAR file, which is the same format as a ZIP file, in something like 7zip and read the pickled string from pickle.p. Doesn't even require opening Python, it's simple enough to read.

Flag: YOUSTOLETHEPICKLES