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.
- Clone the repository and install the required dependencies.
- Run the tool using the provided command.
- Enter the target URL and follow the prompts to begin the attack
apt update
apt install python3
git clone https://github.com/MrpasswordTz/sqlkiller.git
cd sqlkiller
pip install -r requirements.txt
python3 sqlkiller.py
SQLKiller is designed for educational and testing purposes only. Use of this tool for malicious purposes is strictly prohibited.
SQLKiller is licensed under the MIT License. See the LICENSE file for more information.
Contributions are welcome! If you'd like to contribute to SQLKiller, please fork the repository and submit a pull request.
If you encounter any issues while using SQLKiller, please open an issue in the repository and we'll do our best to assist you