Programming Level 2 40 points

Python Automation - Password Hash Cracking

Mission

data.txt holds many sha256 hashes. The flag was split into ordered chunks; each chunk is hashed as sha256("{i}:{chunk}"), and the chunks appear in the shipped wordlist.txt. Brute-force each chunk and concatenate them in order to recover the flag.

#programming#python#hashlib#crypto

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag