nullCon CTF 2023

nullCon CTF 2023 Web ๐ŸŒ TYpical Boss In this challenge, it was noticeable that if you accessed the main directory โ€˜/โ€™ of the challengeโ€™s website, the web server would render all the files and directories present on the page (including a file named database.db, which was an SQLite database). As soon as I found this file, I analyzed its contents until I discovered the hashed password of the admin. This hash (in SHA-1) started with a very famous prefix known for its vulnerabilities in PHP, namely 0e....

May 28, 2024 ยท 8 min ยท 1686 words ยท AlBovo

M0lecon CTF 2023 Beginner

m0lecon CTF 2023 Beginner Web ๐ŸŒ Unguessable This challenge was the easiest in the CTF (it had more solves than the sanity check, lol). In fact, to solve it, all you had to do was understand that the website fetched the flag from an endpoint /vjfYkHzyZGJ4A7cPNutFeM/flag, and to obtain it we opened the endpoint sniffed the whole network. ... function update(res) { // the function used by the site to get the flag if (res === "wrong") { card....

May 27, 2024 ยท 7 min ยท 1348 words ยท AlBovo