Alex B. (r1p) blog
  • Home
  • Author
Subscribe
Tagged

type_juggling

A collection of 1 post

writeup

247CTF - Moderate Web Challenge Writeups

Compare the pairCan you identify a way to bypass our login logic? MD5 is supposed to be a one-way function right?Given the source code: <?php require_once('flag.php'); $password_hash = "0e902564435691274142490923013038"; $salt = "f789bbc328a3d1a3"; if(isset($_GET['password']) && md5($salt . $_GET['password']) == $password_hash){ echo $flag;

  • r1p
r1p Jan 8, 2022 • 6 min read
Alex B. (r1p) blog © 2022
Powered by Ghost