banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix curl login với site có captcha  XML
  [Question]   curl login với site có captcha 07/08/2012 08:19:36 (+0700) | #1 | 268151
khang0001
Member

[Minus]    0    [Plus]
Joined: 20/05/2011 07:22:25
Messages: 196
Location: Final Fantasy 8
Offline
[Profile] [PM]
em đang nghiên cứu cách dùng curl để login site có captcha. site mẫu ở đây ạ
Code:
http://captcha.byethost13.com/ 
username : captcha
pass : captcha

em nghiên cứu thử thì thấy file captcha nó thay đỗi mỗi khi load lại site. em đã thử dùng chính cái cookie trong link file captcha để login. mà vẫn không được. nhờ mọi người xem giúp

đây là code của em nhưng không chạy được

Code:
<?php

$url = "http://captcha.byethost13.com/?a=login";

$reffer = "http://captcha.byethost13.com/?a=login";
$post_fields = 'a=do_login&username=captcha&password=captcha&validation_number=310067'; //
$agent = "Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0";
$cookie_file_path = "cook.txt";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_USERAGENT, $agent);
curl_setopt($ch, CURLOPT_REFERER, $reffer);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_fields);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_COOKIE, $cookie_file_path);


$result = curl_exec($ch);
curl_close($ch);

echo $result;

?>

Code:
nội dung file cook.txt

# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.

captcha.byethost13.com	TRUE / TRUE 135898038 PHPSESSID a4da276999f8e097402d8e1b64b67fa4
Mộ em hoa cỏ nào xanh, Rêu phong nào bám lòng anh càng buồn, Tử thần sao cướp mất em, Để mình anh lại bơ vơ chốn nầy, Em ra đi để mặc mình anh với đời, Hận mình nghèo không mua nổi tình em
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|