ctf-writeup/2023/WaniCTF 2023/Just_Passw0rd
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00
just_password feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

Just_Passw0rd

ELF file can be executed by typing ./just_password in WSL or Linux.

In this challenge, The ELF file requires password. Is there a way to look inside without knowing the password?

About the Challenge

We were given a compiled file (You can download the file here). We need to know the password of the file to obtain the flag

preview

How to Solve?

To obtain the flag we need to use strings and grep command. And the command I used to read the flag was

strings just_password | grep "FLAG"

flag

FLAG{1234_P@ssw0rd_admin_toor_qwerty}