This is a Python script to scan for SQL Injection vulnerabilities in a website's parameters. It tests a list of payloads that are commonly used for SQL Injection attacks.
To use the script, you need to have Python installed on your machine. You can run the script by executing the following command in your terminal:
python sql_injection_scanner.py
Make sure to replace Inter your Terget Website with the URL of the website you want to scan. You can also change the parameters to be tested by modifying the params list.
The script uses a list of payloads that are commonly used for SQL Injection attacks. You can modify this list to include more payloads or remove ones that you do not want to test.
I am a Software QA Engineer and Certified Ethical Hacker, these two of my professional Designations. I Design manual and automated test frameworks from scratch, SDLC utilizes Waterfall and Scrum. Also Work with Software QA, verification, and validation of software products, Multiple online form factor validations, verified algorithm designs and ran Matlab scripts
- This script is for educational purposes only. I have not responsible for any damages caused by the use of this script. Use it at your own risk.