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 7 potential passwords with 1 being correct. You can find these by examining the password checker script.

hint

solve

wget https://artifacts.picoctf.net/c/18/level3.py
wget https://artifacts.picoctf.net/c/18/level3.flag.txt.enc
wget https://artifacts.picoctf.net/c/18/level3.hash.bin

cat level3.flag.txt.enc
# B[ZZqfN_
# ...

cat level3.hash.bin
# m`��TA
#      45���&

python3 level3.py
# Please enter correct password for flag: 8799
# That password is incorrect

flag

picoCTF{m45h_fl1ng1ng_6f98a49f}