精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● CGI>>实例分析>>源代码:TOP.263的排行榜作弊程序,use S

主题:源代码:TOP.263的排行榜作弊程序,use S
发信人: tanshuai()
整理人: workingnow(2002-10-30 13:51:57), 站内信件
昨天晚上一点无聊的时候完成的!:) 我的作程序做喜欢有趣的:)
里面有很简单的socket模式规范!
#!/usr/bin/perl
use Socket; 
select C; 
$|=1; 
select STDOUT; 

$serverIP=inet_aton('top.263.net'); 
$serverAddr=sockaddr_in(80,$serverIP); 
$i=1; 
while(1){ 




    socket(C,PF_INET,SOCK_STREAM,getprotobyname('tcp')); 
    connect(C,$serverAddr); 
    print C"GET http://top.263.net/count/top.dll\?Type=Img1&add=1&widt
h=160&height=120&d3=-1&id=30001 HTTP/1.0\r\n"; 
    print C"Content-type: application/x-www-form-urlencoded\r\n";
    print C"HOST: top.263.net\r\n";
    print C"User-Agent: Mozilla\/3.04 (Win98; I))\r\n\r\n";

    #print "\n\n"; 
  #  while(<C>){ 
   #     print "<< $_";
# }
print "\n\n";
close(C);
sleep(3);
print "Secced: $i\n";
$i++;
}

--
CGI版主(BM) ——  ☆★天水★☆ №↑1.
☆网络世界,你我共行,创出新意,创出未来,创出新世界!★
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
□E-Mail: [email protected] 【Http://ts.cncenter.com】
〓I Seek You!ICQ UIN : 25856530 (AOL) OICQ ID:66552
'''''''''''''''''''''''''''''''''''''''''''''''''''''

※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.96.86.38]

[关闭][返回]