Giter Site home page Giter Site logo

egysql's Introduction

1101101101101 EgySQL is a Python-based command-line tool designed for brute-forcing MySQL servers. It provides a simple yet powerful interface to automate the process of testing multiple username-password combinations against MySQL databases. Features


image

EgySQL - MySQL Brute Force Tool

EgySQL is a Python-based command-line tool designed for brute-forcing MySQL servers. It provides a simple yet powerful interface to automate the process of testing multiple username-password combinations against MySQL databases. Features

Brute forces MySQL servers to test login credentials.
Supports scanning a single IP or multiple IPs from a list.
Utilizes multi-threading for faster execution.
Performs common vulnerability checks for MySQL servers.
Provides informative output messages and warnings.

Installation

Clone the repository:

bash

git clone https://github.com/dragonked2/Egysql.git

Install the required dependencies:

bash

pip install -r requirements.txt

Run the script:

bash

python EgySQL.py

Usage

Choose an option:
    Scan MySQL service on a single IP
    Scan MySQL service on multiple IPs from a list

Enter the target IP, username, and password list file path.

Sit back and let EgySQL perform the brute force attack.

Sample Command

bash

python EgySQL.py

Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests. License

This project is licensed under the MIT License - see the LICENSE file for details.

egysql's People

Contributors

dragonked2 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

ratlesv a1k-ghaz1

egysql's Issues

Bro how to fix it on Kali

python egysql.py
Traceback (most recent call last):
File "/home/kali/Desktop/Github/dragonked2/Egysql/egysql.py", line 286, in
curses.wrapper(main)
File "/usr/lib/python3.11/curses/init.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/Github/dragonked2/Egysql/egysql.py", line 227, in main
stdscr.addstr(7 + i, 0, line, curses.color_pair(2))
_curses.error: addwstr() returned ERR

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.