Brutemap : Let’s Find Someone’s Account

Brutemap is an open source penetration testing tool that automates testing accounts to the site’s login page, based on Dictionary Attack.

With this, you no longer need to search for other bruteforce tools and you also no longer need to ask CMS What is this? only to find parameter forms, because it will do it automatically.

It is also equipped with an attack method that makes it easy for you to do account checking or test forms with the SQL injection bypass authentication technique.

Also Read – Pown Recon : A Powerful Target Reconnaissance Framework Powered By Graph Theory

Installation

It uses selenium to interact with the website. So, you need to install Web Driver for selenium first. See here. If you have installed the git package, you only need to clone the repository Git. Like this:

$ git clone https://github.com/brutemap-dev/brutemap.git

And, install the required modules:

$ pip install -r requirements.txt

Usage

For basic use:

$ python brutemap.py -t http://www.example.com/admin/login.php -u admin -p default

To display a list of available options:

$ python brutemap.py -h

R K

Recent Posts

Cyber Detective’s OSINT Tools Collection – A Comprehensive Guide For Digital Investigation

Hello! On my Twitter account @cyb_detective I post different services, techniques, tricks and notes about OSINT and…

17 hours ago

WormGPT – A Comprehensive Guide To Setting Up On Various Platforms

WormGPT is a versatile tool designed for creating and managing various types of software across…

17 hours ago

Ediop3Sploit – Comprehensive Installation And Usage Guide

Ediop3Sploit is a controversial tool often associated with black-hat hacking and illicit cyber activities. This…

17 hours ago

Dive Into A new Pentesting Experience with Athena OS

Designed specifically for cybersecurity enthusiasts, Athena OS offers a cutting-edge platform for InfoSec professionals, bug…

2 days ago

QuickFetch – Quick System Info Tool : Your Comprehensive Guide To Installation And Configuration

QuickFetch is a streamlined tool designed to efficiently retrieve system information with minimal fuss. Whether…

2 days ago

v9.8.0 – Catch ‘Em All : Network Vulnerabilities

We're thrilled to share that with the launch of Nuclei Templates version 9.8.0, we've broadened…

2 days ago