Writeups from challenges and CTFs i take part in.
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:

This means that the zip file password will be:
kubicek