[BJDCTF2020]Easy MD5

select * from 'admin' where password=md5($pass,true)





最后更新于

select * from 'admin' where password=md5($pass,true)





最后更新于
select * from 'admin' where password='' or '6xxxxx'<!--
$a = $GET['a'];
$b = $_GET['b'];
if($a != $b && md5($a) == md5($b)){
// wow, glzjin wants a girl friend.
--> <?php
error_reporting(0);
include "flag.php";
highlight_file(__FILE__);
if($_POST['param1']!==$_POST['param2']&&md5($_POST['param1'])===md5($_POST['param2'])){
echo $flag;
}