您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php curl 仿冒

2024/4/29 1:34:23发布32次查看
php curl 伪造
http://www.yygh.net/index.php
直接表格提交,一直提示账号不存在。应该后台需要验证。
我想伪造origin的来源。不知道这么设置origin的来源
$ch = curl_init(); //初始化
$this->url = http://www.yygh.net/usercenter/userinfo_action.php;
$fields = 'actionpost=login&logintype=0&cardtype=1&userid=34262619702200379&pwd=123qwe&validate=cndm&imagesfield.x=32&imagefield.y=11';
curl_setopt($ch, curlopt_post, 1);//设置为post方式
curl_setopt($ch, curlopt_postfields,$fields);
curl_setopt($ch, 这里);
curl_setopt($ch, curlopt_http_version, curl_http_version_1_0); //强制协议为1.0
curl_setopt($ch, curlopt_httpheader, array('expect: ')); //头部要送出'expect: '
curl_setopt($ch, curlopt_ipresolve, curl_ipresolve_v4 ); //强制使用ipv4协议解析域名
curl_setopt($ch, curlopt_url, $this->url);
curl_setopt($ch, curlopt_returntransfer, true); //返回字符串,而非直接输出
$this->content=curl_exec($ch);
 curl_close($ch);
------解决思路----------------------
$cookie_file = dirname(__file__).'/cookie.txt';
if(isset($_get['verification'])) {
$url = 'http://www.yygh.net/include/validateimg.php?' . rand();
$ch = curl_init(); //初始化
curl_setopt($ch, curlopt_cookiefile, $cookie_file);
curl_setopt($ch, curlopt_url, $url);
curl_exec($ch);
curl_close($ch);
exit;
}
if(! $_post) {
$url = http://www.yygh.net/usercenter/userinfo_action.php;
$ch = curl_init(); //初始化
curl_setopt($ch, curlopt_cookiejar, $cookie_file); //存储cookies
curl_setopt($ch, curlopt_http_version, curl_http_version_1_0); //强制协议为1.0
curl_setopt($ch, curlopt_httpheader, array('expect: ')); //头部要送出'expect: '
curl_setopt($ch, curlopt_ipresolve, curl_ipresolve_v4 ); //强制使用ipv4协议解析域名
curl_setopt($ch, curlopt_url, $url);
curl_setopt($ch, curlopt_returntransfer, true); //返回字符串,而非直接输出
$content = curl_exec($ch);
curl_close($ch);
echo < 0,
'cardtype' => 1,
'userid' => '330724197712316212',
'pwd' => '123qwe',
'validate' => $_post['code'],
//cndm&imagesfield.x=32&imagefield.y=11';
);
curl_setopt($ch, curlopt_post, 1);//设置为post方式
curl_setopt($ch, curlopt_postfields, $fields);
curl_setopt($ch, curlopt_cookiefile, $cookie_file); //使用上面获取的cookies
curl_setopt($ch, curlopt_http_version, curl_http_version_1_0); //强制协议为1.0
curl_setopt($ch, curlopt_httpheader, array('expect: ')); //头部要送出'expect: '
curl_setopt($ch, curlopt_ipresolve, curl_ipresolve_v4 ); //强制使用ipv4协议解析域名
curl_setopt($ch, curlopt_url, $url);
curl_setopt($ch, curlopt_returntransfer, true); //返回字符串,而非直接输出
$content = curl_exec($ch);
curl_close($ch);
echo $content;
}

请核实用户信息的正确性
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product