frncscrlnd's writeups

Writeups from challenges and CTFs i take part in.


Project maintained by frncscrlnd Hosted on GitHub Pages — Theme by mattgraham

zip 1

This challenge tells us to find the password to the it2.zip file. After downloading the file, we can use zip2john to turn it into an hash file, then use john to guess the password from a wordlist.

Let’s turn the file into a digest:

zip2john it2.zip > hash.txt

Then crack the password with:

john hash.txt

This will return:

kubicek

This means that the zip file password will be:

kubicek