All Projects → l1444 → assbreak

l1444 / assbreak

Licence: MPL-2.0 license
a tool for brute-force website & mail address.

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to assbreak

password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+357.89%)
Mutual labels:  brute-force-attacks, brute-force, bruteforce-password-cracker
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+381.58%)
Mutual labels:  brute-force-attacks, brute-force, bruteforce-password-cracker
phpmyadmin-authentication-bruteforce
phpMyAdmin Authentication Bruteforce Tool
Stars: ✭ 58 (+52.63%)
Mutual labels:  brute-force-attacks, brute-force, bruteforce-password-cracker
BFSG
BFSG - BruteForce String Generator 😾
Stars: ✭ 16 (-57.89%)
Mutual labels:  brute-force-attacks, brute-force, bruteforce-password-cracker
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (-31.58%)
Mutual labels:  brute-force-attacks, brute-force, bruteforce-password-cracker
GmailBruterV2
Simple tool written in python3 to perform limited brute-force attacks on gmail accounts.
Stars: ✭ 264 (+594.74%)
Mutual labels:  brute-force-attacks, brute-force
Brute-Force-Login
Proof -Of-Concept Brute Force Login on a web-site with a good dictionary of words
Stars: ✭ 231 (+507.89%)
Mutual labels:  brute-force-attacks, brute-force
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+139.47%)
Mutual labels:  brute-force, bruteforce-password-cracker
Pydictor
A powerful and useful hacker dictionary builder for a brute-force attack
Stars: ✭ 2,055 (+5307.89%)
Mutual labels:  brute-force, bruteforce-password-cracker
limitrr-php
Better PHP rate limiting using Redis.
Stars: ✭ 19 (-50%)
Mutual labels:  brute-force-attacks, brute-force
Bitcoin-wallet-cracker
Automated Bitcoin wallet generator that with mnemonic and passphrases bruteforces wallet addresses
Stars: ✭ 140 (+268.42%)
Mutual labels:  brute-force-attacks, brute-force
WPCracker
WordPress pentest tool
Stars: ✭ 34 (-10.53%)
Mutual labels:  brute-force-attacks, brute-force
Gmail-Hack
Gmail account using brute force attack
Stars: ✭ 69 (+81.58%)
Mutual labels:  brute-force-attacks, brute-force
uberscan
Security program for recovering passwords and pen-testing servers, routers and IoT devices using brute-force password attacks.
Stars: ✭ 31 (-18.42%)
Mutual labels:  brute-force-attacks, brute-force
Thc Hydra
hydra
Stars: ✭ 5,645 (+14755.26%)
Mutual labels:  brute-force-attacks, brute-force
sshame
brute force SSH public-key authentication
Stars: ✭ 43 (+13.16%)
Mutual labels:  brute-force-attacks, brute-force
orbitaldump
A simple multi-threaded distributed SSH brute-forcing tool written in Python
Stars: ✭ 405 (+965.79%)
Mutual labels:  brute-force
RC-exploiter
NOT SUPORTED ANYMORE -- try resource_files repository (mosquito)
Stars: ✭ 50 (+31.58%)
Mutual labels:  brute-force
rbuster
yet another dirbuster
Stars: ✭ 21 (-44.74%)
Mutual labels:  brute-force
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-55.26%)
Mutual labels:  brute-force-attacks

ASSBREAK

For educational purposes only :)

demoent

A tool that helps brute-force a website.

The youtube video is available on this (0.1.4b) link.

How to install

Prerequisites

You need to install chromedriver and when you have it installed, you must put it in the environment variables.

How to put chromedriver in the path :

Control Panel > System and Security > System > Advanced System Settings > Environment Variable > System Variable > New > Path > /path/chromedriver.exe

And to check if it is well installed, run the command prompt (cmd) and write :

chromedriver

And it returns this to you :

Starting ChromeDriver 87.0.4280.20 (c99e81631faa0b2a448e658c0dbd8311fb04ddbd-refs/branch-heads/4280@{#355}) on port 9515

Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.

Instead of having 87.0.4280.20, you must have the current version of chromedriver.

Then you need to install Selenium Grid version 3.141.59 and rename it to selenium.jar, and before you need to have Java but I think you have it ;)

I advise you to put all your files on the chromedriver configuration on the C:/webdrivers folder you created.

And in this folder, you could put selenium.jar and chromedriver.exe

Then you have to get on the file thanks to :

cd C:/webdrivers

And you will have to write in the console :

java -jar selenium.jar

And if all goes well, normally you will get this message :

15:21:14.131 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
15:21:14.284 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
2020-11-23 15:21:14.383:INFO::main: Logging initialized @785ms to org.seleniumhq.jetty9.util.log.StdErrLog
15:21:14.989 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
15:21:15.781 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444

Now you have to leave only selenium open;) and each time you have to run the program, you have to run selenium.

Install the program

Directly on this link, and after, you must install go to the executable of your operating system (.exe -> windows).

How to use the program

`` You will need some basic CSS, and element inspection on your browser, for example for the "[~] Enter the username selector:" field, you will need to put the id, or the class, or the name as you will have done on your CSS code -> Otherwise there will soon be a tutorial in French but you can translate the subtitles to understand ;)

Example :

[~] The site you want to try brute-force : https://localhost/admins/login
[~] Enter the username selector : #username
[~] Enter the password selector : #password
[~] Enter the button (login) selector : .btn
[~] Enter the username to brute-force : L14ms1
[~] Enter the path of the password dictionary : C:/Users/L14ms1/Desktop/passlist.txt
[~] Do you want to see chrome in the middle of a brute force operation (yes or no) ? no
[!] You will not see chrome however you will be able to see the logs.

How do I get a password dictionary ?

I will put a small password dictionary of about 111kb on the download link BUT you can download a big 14.5gb one on se link (torrent).

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].