Skip to content

SQLiProbe is a Bash script designed to automate the testing of URLs for error-based SQL injection vulnerabilities on bulk URLs.

Notifications You must be signed in to change notification settings

iamthefrogy/SQLiSpotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

SQLiSpotter

SQLiSpotter is a Bash script designed to automate the testing of URLs for error-based SQL injection vulnerabilities. It appends some common SQL injection payloads to each URL and checks the responses for common error patterns indicative of a SQL vulnerability. I have included common error resposnes of all possible DBMSes.

Installation

Clone the repository:

git clone https://github.com/iamthefrogy/SQLiProbe.git
cd SQLiProbe
chmod +x sqli_probe.sh

Usage

./sqli_probe.sh urls.txt

Dependencies

curl
Python 3 (for URL encoding)

About

SQLiProbe is a Bash script designed to automate the testing of URLs for error-based SQL injection vulnerabilities on bulk URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages