Skip to content

Net::FTP::Brute, a bruteforce (p)ftp connection handler to bypass strange corporate firewalls.

License

Notifications You must be signed in to change notification settings

kivilahtio/Net-FTP-Brute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net-FTP-Brute

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.


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Net::FTP::Brute

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-FTP-Brute

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-FTP-Brute

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-FTP-Brute

    Search CPAN
        http://search.cpan.org/dist/Net-FTP-Brute/


LICENSE AND COPYRIGHT

Copyright 2016 Olli-Antti Kivilahti.

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER
AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY
YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR
CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


About

Net::FTP::Brute, a bruteforce (p)ftp connection handler to bypass strange corporate firewalls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages