ebay login 4 perl

Discussion in 'Archives' started by mu-b, Jun 26, 2009.

ebay login 4 perl
  1. Unread #1 - Jun 26, 2009 at 12:37 PM
  2. mu-b
    Joined:
    Jun 24, 2009
    Posts:
    1,353
    Referrals:
    2
    Sythe Gold:
    0

    mu-b War is a Drug
    Banned

    ebay login 4 perl

    Code:
    use LWP;
    use HTTP::Request::Common;
    use HTTP::Cookies;
     
    $userid   =   '';
    $pass   =   '';
     
    $ua = LWP::UserAgent->new;
    $ua->cookie_jar(HTTP::Cookies->new(file=>'lwp-cookies',autosave=>1));
    
    $req=$ua->request(GET
    'http://cgi3.ebay.com/aw-cgi/eBayISAPI.dll?SignIn');
    
    $req=$ua->request(POST 'http://cgi3.ebay.com/aw-cgi/eBayISAPI.dll',
       [
       'MfcISAPICommand'   =>   'SignInWelcome',
       'siteid'         =>   0,
       'co_partnerId'      =>   2,
       'UsingSSL'         =>   0,
       'ru'            =>   '',
       'pp'            =>    '',
       'pa1'            =>   '',
       'pa2'            =>   '',
       'pa3'            =>   '',
       'i1'            =>   -1,
       'pageType'         =>   559,
       'userid'         =>   $userid,
       'pass'            =>   $pass,
       ]);
    
    print $req->content; 
    - quick ebay login - contact me if u find any bugs.
     
< - Attempted scam by What the buck - | SELLING lvl 3, 60 MINING >

Users viewing this thread
1 guest


 
 
Adblock breaks this site