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.
Here’s a dictionary with all possible passwords based on the password conventions we’ve seen so far.

hint

solve

wget https://artifacts.picoctf.net/c/32/level5.py
wget https://artifacts.picoctf.net/c/32/level5.flag.txt.enc
wget https://artifacts.picoctf.net/c/32/level5.hash.bin
wget https://artifacts.picoctf.net/c/32/dictionary.txt

cat level5.flag.txt.enc
# G
# V      t1s_QhYWP:VQWTH

cat level5.hash.bin
# �5.v�`��f/pߚ

head dictionary.txt
# 0000
# 0001

python3 level5.py
# Please enter correct password for flag: 0000
# That password is incorrect

## sama seperrti sebelumnya hanya saja password yang dibutuhkan adalah teks yang ada pada file

flag

picoCTF{h45h_sl1ng1ng_40f26f81}