All Projects → brutemap-dev → Brutemap

brutemap-dev / Brutemap

Licence: gpl-3.0
Let's find someone's account

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Brutemap

Brutesploit
BruteSploit is a collection of method for automated Generate, Bruteforce and Manipulation wordlist with interactive shell. That can be used during a penetration test to enumerate and maybe can be used in CTF for manipulation,combine,transform and permutation some words or file text :p
Stars: ✭ 424 (+275.22%)
Mutual labels:  hacking, bruteforce
Shuffle
WebShell Backdoor Framework
Stars: ✭ 11 (-90.27%)
Mutual labels:  hacking, webshell
0d1n
Tool for automating customized attacks against web applications. Fully made in C language with pthreads, it has fast performance.
Stars: ✭ 506 (+347.79%)
Mutual labels:  hacking, bruteforce
Bruteforce Http Auth
Bruteforce HTTP Authentication
Stars: ✭ 107 (-5.31%)
Mutual labels:  https, bruteforce
Phpsploit
Full-featured C2 framework which silently persists on webserver with a single-line PHP backdoor
Stars: ✭ 1,188 (+951.33%)
Mutual labels:  hacking, webshell
oneshellcrack
a very very fast brute force webshell password tool
Stars: ✭ 42 (-62.83%)
Mutual labels:  bruteforce, webshell
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+6312.39%)
Mutual labels:  hacking, bruteforce
T14m4t
Automated brute-forcing attack tool.
Stars: ✭ 160 (+41.59%)
Mutual labels:  hacking, bruteforce
Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (-49.56%)
Mutual labels:  hacking, bruteforce
Brutex
Automatically brute force all services running on a target.
Stars: ✭ 974 (+761.95%)
Mutual labels:  hacking, bruteforce
Mercury
Mercury is a hacking tool used to collect information and use the information to further hurt the target
Stars: ✭ 236 (+108.85%)
Mutual labels:  hacking, bruteforce
Bruteshark
Network Analysis Tool
Stars: ✭ 1,335 (+1081.42%)
Mutual labels:  hacking, bruteforce
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (+70.8%)
Mutual labels:  hacking, https
Socialbox Termux
SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitter ] , Coded By Belahsan Ouerghi Edit By init__0 for termux on android
Stars: ✭ 324 (+186.73%)
Mutual labels:  hacking, bruteforce
Webmap
A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing
Stars: ✭ 188 (+66.37%)
Mutual labels:  hacking, bruteforce
Daws
Advanced Web Shell
Stars: ✭ 551 (+387.61%)
Mutual labels:  hacking, webshell
Instagramcracker
Full Speed Instagram Cracker
Stars: ✭ 147 (+30.09%)
Mutual labels:  hacking, bruteforce
Instagram Hacker
This is an advanced script for Instagram bruteforce attacks. WARNING THIS IS A REAL TOOL!
Stars: ✭ 156 (+38.05%)
Mutual labels:  hacking, bruteforce
Wssh
WSSH Is a tool for brute forcing servers that has port 22 open via ssh, wssh is probably the fastest ssh brute forcer available
Stars: ✭ 21 (-81.42%)
Mutual labels:  hacking, bruteforce
Web Brutator
Fast Modular Web Interfaces Bruteforcer
Stars: ✭ 97 (-14.16%)
Mutual labels:  hacking, bruteforce

Brutemap

.. image:: https://brutemap-dev.github.io/_static/brutemap-logo.jpg :target: https://brutemap-dev.github.io :alt: Brutemap Logo

|Build Status| |Python| |License|

.. |Build Status| image:: https://travis-ci.org/brutemap-dev/brutemap.svg?branch=master :target: https://travis-ci.org/brutemap-dev/brutemap :alt: Build Status

.. |Python| image:: https://img.shields.io/badge/python-2.7|3.x-yellow.svg :target: https://www.python.org/downloads/ :alt: Python

.. |License| image:: https://img.shields.io/badge/license-GPLv3-blue.svg :target: https://raw.githubusercontent.com/brutemap-dev/brutemap/master/LICENSE :alt: License

What is this?

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 brutemap will do it automatically. Brutemap 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.

Installation

Brutemap uses selenium to interact with the website. So, you need to install Web Driver for selenium first. See here <https://www.seleniumhq.org/docs/03_webdriver.jsp>. If you have installed the git package, you only need to clone the repository Git <https://github.com/brutemap-dev/brutemap>. Like this:

::

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

And, install the required modules:

::

$ pip install -r requirements.txt

Usage

.. image:: https://brutemap-dev.github.io/_static/preview.svg :alt: Preview

For basic use:

::

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

To display a list of available options:

::

$ python brutemap.py -h

For more information about available options, you can visit the User's manual <https://github.com/brutemap-dev/brutemap/wiki>_.

Contributing

Before contributing to this project, please read the contributing guidelines <https://github.com/brutemap-dev/brutemap/blob/master/CONTRIBUTING.md>_.

Donate

We hope you are happy and we hope you donate! Please donate today to: https://paypal.me/aprilahijriyan (thanks!)

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].