DEV Community

Kaixin
Kaixin

Posted on

Brute Force Tool 🔓 WordPress , Joomla , DruPal , OpenCart , Magento

Alt Text

Simple brute force script
[1] WordPress (Auto Detect Username)
[2] Joomla
[3] DruPal
[4] OpenCart (Coming Soon)
[5] Magento
[6] All (Auto Detect CMS)

Usage
Short Form Long Form Description
-l --list websites list
-p --passwords Passwords list

Example
perl bprute.pl -l list.txt -p passwords.txt

Installation Linux
git clone https://github.com/penucuriCode/bprute.git
cd bprute
perl bprute.pl -l list.txt -p passwords.txt

Installation Android
Download Termux

cpan install LWP::UserAgent
cpan install HTTP::Request
git clone https://github.com/penucuriCode/bprute
cd bprute
perl bprute.pl -l list.txt -p passwords.txt

Installation Windows
Download Perl
Download bprute
Extract bprute into Desktop
Open CMD and type the following commands:
cd Desktop/bprute-master/
perl bprute.pl -l list.txt -p passwords.txt

Current version is 2.1 What's New
• speed up
• Bug fixes

Top comments (0)