Sponsored
Bugbounty Tools

XBruteForcer – Brute Force Tool for Website Login

Hey Folks, in this tutorial we are going to tell you about another popular brute forcing tool called “XBruteForcer“. X Brute Forcer is an advanced bruteforce tool that allows us to crack the login of different kind of cms based websites using brute forcing techniques. It also provide us host list feature which means we can bruteforce on multiple accounts at single time. It supports following CMS.

  • [1] WordPress (Auto Detect Username)
  • [2] Joomla
  • [3] DruPal
  • [4] OpenCart
  • [5] Magento
  • [6] All (Auto Detect CMS)

Let’s take a look 😛 !!

Installation

It is great that we do not need to install any dependencies to operate this tool. But make sure that the Perl tool must be pre-installed in your system, which often comes pre-installed in the kali linux. First of all download this tool using git clone command and go to the directory.

git clone https://github.com/Moham3dRiahi/XBruteForcer.git
cd XBruteForcer
ls -l

Done 😛 !! Installation has been done and now we can start this tool by using the perl command.

perl XBruteForcer.pl

Create Wordlist

To crack the login of the web application, we need to create a wordlist of username and password. For that you can use various tools such as cupp, crunch etc.

cat > website.txt
cat > pass.txt

Now just place the wordlist that you have created yourself or downloaded from the internet.

Usage 😛 !! perl XBruteForcer.pl -l < username wordlist > -p < password wordlist >

perl XBruteForcer.pl -l list.txt -p passwords.txt

After executing the command you will get the options mentioned in the image below. We already know that the target website is designed on the WordPress cms, hence we will choose option first.

Amazing 😛 !! After trying several combinations of passwords, it will definitely crack the password as seen in the image below.

If you don’t know anything about the target then you can choose the sixth option and start brute force attack.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.