BruteForcer is a client-server multithreaded application for bruteforce cracking passwords. The more clients connected to the server, the faster the cracking.

The client is plugin-based. Meaning that BruteForcer itself is just a segmentation software and it doesn't care what type of file you are trying to crack. It just sends the generated passwords to the plugin and the plugin will handle checking if the password is correct. This concept have a great future potential - any programmer can write a plugin in any language, that can compile stdcall dll-s. And not only for files - this may be adopted to any type of bruteforcing passwords.

At the moment there is only a plugin for RAR archives and only with encrypted filenames. But since this plugin is open source, i hope some people will help with more plugins.

News:

17.04.2009 : BruteForcer v.0.9.1 Released

This is a minor update, in which i added a minimum password length restriction. This is usefull if you know how long is your password and there is no need to test the short passwords - now it skips them, because there is no way to not-generate them.