Programming Level 3 80 points

Python Automation - Encrypted ZIP Password Cracking

Mission

secret.zip is a ZIP encrypted with a weak password and contains flag.txt. Use the shipped wordlist.txt and Python's stdlib zipfile to brute-force the password and extract flag.txt.

#programming#python#zip#bruteforce

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag