lifeofal3af@home:~$

  • Picoctf Sqlilite (medium) (web) Challenge

    Hey there! Today, I tackled the PicoCTF SQLite Medium Web Challenge. Here’s a step-by-step breakdown of how I solved it: Initial Screen We are greeted with the following screen: Login Failed Screen Entering random nonsense brings us to this screen with a “Login Failed” footer and the SQL query used...

  • Picoctf More Sqli Challenge (medium) (web)

    Hey there! Today, I will be solving the More SQLi (Medium) Challenge Initial Reconnaissance When i put random characters in the username and password fields, the application spat out the following SQL query to give me some sort of hint: SELECT id FROM users WHERE password = 'd' AND username...

  • Picoctf Verify (forensics) (easy) Writeup

    Hey there! In this writeup, I will solve the picoCTF Verify Forensics challenge. When I open the folder, we are greeted by 3 things: checksum.txt,decrypt.sh And files When we look in the decrypt.sh file, we find the following code: #!/bin/bash # Check if the user provided a file name as...