
Net::FTP::Brute – a bruteforce (p)ftp connection handler to bypass strange corporate firewalls.
Tries it’s best to establish a connection to a ftp-server. If cannot connect, retries tirelessly for network to come back up. If can connect, but cannot establish a DATA-connection, starts brute forcing with parallel ftp-connections to find an open port.
You should use ftp in passive mode for brute-forcing to work best.
Usage:
1 2 3 4 5 6 7 8 |
git clone https://github.com/kivilahtio/Net-FTP-Brute && cd Net-FTP-Brute cpan Modern::Perl cpan Log::Log4perl cpan Test::MockModule perl Build.PL ./Build ./Build test ./Build install |
Source: https://github.com/kivilahtio