lifeofal3af@home:~$

  • 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...

  • Ctflearn Substitution Cipher Writeup

    Hey there! Welcome to my first writeup! Today i will be cracking the Substitution Cipher Challenge in ctflearn.com. When clicking on the link in the challenge, we are presented with text like this: Putting it into dcode.fr’s Monoalphabetic Substitution Solver Gives us this: THE FLAG IS [REDACTED]. GENERATED BY MARKOV...