#! /usr/bin/perl # # FTP Anon Scanner # # Coded by Perforin | DarK-CodeZ # # www.perforins-software.de.vu # use Net::FTP; $version = "1.0"; ($ipstart,$ipstop) = @ARGV; if (@ARGV < 1) { print<>","Results.txt"); print RES<new("$ipstart",Debug => 0,Timeout => 1) || $i++ & &scan; $ftp->login("anonymous","welcome@hell.us") || $i++ & &scan; $ftp->quit; print "FOUND!!!... $ipstart\n"; print RES "$ipstart\n"; $i++; &scan; } if ($ipstart =~ $ipstop) { &bye } } sub bye { print "\n====> Scan done <====\n"; exit; } close(RES);