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
This project is open Bug reports and pull requests are welcome on GitHub at
Special thanks to Moses Ayomide Aleji for his great contributions to the success of the project