Skip to content

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

Notifications You must be signed in to change notification settings

Gill-Singh-A/MySQL-Brute-Force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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:

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages