SQLDex is a nice tools that help you detect SQL injection in your Websites, it automate the process of scanning for SQLi vulnerability in a websites. The tool, as some features like Parameter ID, Form Parameter, HTTP header and Cross site scriping (XSS). when supplied the necessary parameters it scan and printed out some Suggested Remediation, this tools is a web based which can be hosted locally or on a cloud server
- $ git clone
- $ cd sql-dex
- $ pip install -r requirements.txt or pip3 install -r requirements.txt
Contributions are always welcome! Please read the Contribution guidelines for this project.
Special thanks to Moses Ayomide Aleji for his great contributions to the success of the project