ctf-writeup/WaniCTF 2023/Just_Passw0rd
Muhammad Daffa 54e5526a7d feat: added WaniCTF 2023 2023-05-06 13:06:47 +07:00
..
images feat: added WaniCTF 2023 2023-05-06 13:06:47 +07:00
README.md feat: added WaniCTF 2023 2023-05-06 13:06:47 +07:00
just_password feat: added WaniCTF 2023 2023-05-06 13:06:47 +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 have been 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 that I used to read the flag was

strings just_password | grep "FLAG"

flag

FLAG{1234_P@ssw0rd_admin_toor_qwerty}