An open API service indexing awesome lists of open source software.

https://github.com/gill-singh-a/mysql-brute-force

A Python Program that uses mysql-connector-python module to brute force MySQL Server
https://github.com/gill-singh-a/mysql-brute-force

brute-force multithreading mysql python3 sql

Last synced: about 1 month ago
JSON representation

A Python Program that uses mysql-connector-python module to brute force MySQL Server

Awesome Lists containing this project

README

          

# MySQL Brute Force
A Python Program that uses **mysql-connector-python** module to brute force MySQL Server
## Requirements
Language Used = Python3

Modules/Packages used:
* mysql.connector
* datetime
* optparse
* colorama
* multiprocessing
* time

Install the dependencies:
```bash
pip install -r requirements.txt
```
## Arguments
* '-s', "--server" : Target MySQL Server
* '-p', "--port" : Port of Target MySQL Server (Default=3306)
* '-u', "--users" : Target Users (seperated by ',') or File containing List of Users
* '-P', "--password" : Passwords (seperated by ',') or File containing List of Passwords
* '-c', "--credentials" : Name of File containing Credentials in format ({user}:{password})
* '-w', "--write" : CSV File to Dump Successful Logins (default=current data and time)