Author: Will Hong / LT 'syreal' Jones
We found a leak of a blackmarket website's login credentials. Can you find the password of the user
cultiris
and successfully decrypt it?
Download the leak here.
The first user inusernames.txt
corresponds to the first password inpasswords.txt
. The second user corresponds to the second password, and so on.
Hint 1
Maybe other passwords will have hints about the leak?Just look up the corresponding password for the user. I loaded both files into lists in python and created a dictionary. The resulting password is ROT13 encrypted. Decrypt and you'll have the flag. For an automated solution look in solve
Show flag
picoCTF{C7r1F_54V35_71M3}