Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 2.03 KB

README.md

File metadata and controls

60 lines (35 loc) · 2.03 KB

sqlkiller

SQLKiller is a powerful and easy-to-use Python tool designed to automate SQL injection attacks. Compatible with both Linux and Termux, this tool is perfect for penetration testers and security enthusiasts looking to identify and exploit SQL injection vulnerabilities in web applications.

Key Features:

  • User -Friendly Interface: SQLKiller features an intuitive interface that makes it easy to use, even for those new to SQL injection attacks.
  • Automation: Automate the process of identifying and exploiting SQL injection vulnerabilities, saving you time and effort.
  • Cross-Platform Compatibility: SQLKiller is compatible with both Linux and Termux, making it accessible on a wide range of devices.
  • Powerful Payloads: SQLKiller comes with a range of powerful payloads about(10,000) that can be used to exploit SQL injection vulnerabilities.
  • How to Use:

    1. Clone the repository and install the required dependencies.
    2. Run the tool using the provided command.
    3. Enter the target URL and follow the prompts to begin the attack

    installation

    apt update
    
    apt install python3
    
    git clone https://github.com/MrpasswordTz/sqlkiller.git
    
    cd sqlkiller
    
    pip install -r requirements.txt
    
    python3 sqlkiller.py
    

    Requirements:

  • Python 3.x
  • Linux or Termux
  • Required dependencies (listed in the repository)
  • Disclaimer:

    SQLKiller is designed for educational and testing purposes only. Use of this tool for malicious purposes is strictly prohibited.

    License:

    SQLKiller is licensed under the MIT License. See the LICENSE file for more information.

    Contributing:

    Contributions are welcome! If you'd like to contribute to SQLKiller, please fork the repository and submit a pull request.

    Issues:

    If you encounter any issues while using SQLKiller, please open an issue in the repository and we'll do our best to assist you