摘要:
这是第十三届全国大学生信息安全竞赛(线上初赛)的一道web题 题目的源码是: <?php class trick{ public $trick1; public $trick2; public function __destruct(){ $this->trick1 = (string)$this- 阅读全文
摘要:
前提条件:php的md加密函数的第二个参数为ture sql语句为:$sql="select * from user where username ='admin' and password ='".md5($password,true)."'"; 如果想达到万能密码的效果就要使语句变为: $sql 阅读全文