SQLi_scanner.py - Detects if a website is vulnerable to SQL injection by inserting single quotes in form inputs and analyzing the response. 🔍 SQL_injection_tool.py - Exploits detected SQL injection vulnerabilities by injecting payloads to extract data from the database. 🗝️
A powerful SQL injection scanner and exploit tool for testing web applications' security. 🔍
- 🎯 Automatic SQL injection detection
- 🌐 Support for various web application frameworks
- 📋 Detailed scan reports
- 💥 Exploit module for vulnerable applications
- 📦 Easy-to-use command-line interface
- Clone the repository:
git clone https://github.com/yourusername/your-repo.git
- Navigate to the project directory:
cd your-repo
- Install the required dependencies:
pip install -r requirements.txt
python scan.py -u <target_url>
python exploit.py -u <target_url> -p <payload_file>
For more detailed usage instructions, check out our Wiki.
Feel free to submit pull requests with any improvements to the scripts. Some ideas:
- 💣 Additional payloads and exploits
- ✅ Better vulnerability verification
- 🛡️ Input validation and error handling
- ⚡ Multithreading for faster scanning
- 💾 Output to file/database rather than printing
This project is licensed under the MIT License.
We would like to thank all the contributors and users who have helped improve this project!
If you have any questions or need assistance, feel free to reach out to us at itsdg19@gmail.com(mailto:itsdg19@gmail.com).
Happy hacking! 💻🌐