Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.3 KB

SQLDex

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

Screnshots

sqldex sqldex sqldex sqldex sqldex sqldex

Installation

$ git clone
$ cd sql-dex
$ pip install -r requirements.txt 
# OR
$ pip3 install -r requirements.txt

Contributions

This project is open Bug reports and pull requests are welcome on GitHub at

Thanks

Special thanks to Moses Ayomide Aleji for his great contributions to the success of the project