ctf_aria

write up ctf by ariafatah


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

soal

Can you crack the password to get the flag?
Download the password checker here and you’ll need the encrypted flag and the hash in the same directory too.
There are 100 potential passwords with only 1 being correct. You can find these by examining the password checker script.

hint

solve

wget https://artifacts.picoctf.net/c/20/level4.py
wget https://artifacts.picoctf.net/c/20/level4.flag.txt.enc
wget https://artifacts.picoctf.net/c/20/level4.hash.bin

cat level4.flag.txt.enc
# H
# ...

cat level4.hash.bin
# �ՌG���)BsQP
# ǫ�

python3 level4.py
# Please enter correct password for flag: 158f
# That password is incorrect

## ketika aku lihaht ternyata mirip yang level 3 sebelumnya jadi saya coba lagi seperti sebelumnya

flag

picoCTF{fl45h_5pr1ng1ng_cf341ff1}