Bugku-web37

不能放过任何提示或是编码:

images

参考博客::

https://blog.csdn.net/qq_41209264/article/details/112300712

$sql="SELECT username,password FROM admin WHERE username='".$username."'";
if (!empty($row) && $row['password']===md5($password)){
}

images

images

posted @ 2023-08-30 08:59  KAKSKY  阅读(14)  评论(0)    收藏  举报