https://github.com/machine1337/sqlscan
A small and an efficient tool to find SQL injection vulnerability in a websites.
https://github.com/machine1337/sqlscan
automation-framework bugbounty bugbounty-tool hacking machine1337 sql sqli sqlinjection
Last synced: 9 months ago
JSON representation
A small and an efficient tool to find SQL injection vulnerability in a websites.
- Host: GitHub
- URL: https://github.com/machine1337/sqlscan
- Owner: machine1337
- License: mit
- Created: 2021-06-11T11:34:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T19:53:14.000Z (over 3 years ago)
- Last Synced: 2025-04-03T16:52:30.617Z (12 months ago)
- Topics: automation-framework, bugbounty, bugbounty-tool, hacking, machine1337, sql, sqli, sqlinjection
- Language: Shell
- Homepage: https://t.me/machine1337
- Size: 17.6 KB
- Stars: 25
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlscan
A small and an efficent tool to detect sql injection vulnerabilities in a websites. Its a pretty simple tool just add urls and payloads file to the script
and it will scan for sql injection from your desire payloads.


# Pro Tip:
echo "target.com" | waybackurls | gf sqli | tee sqls.txt
Now pass sqls.txt to my tool.
# Pre-requisite:
1. only curl is required.
2. Your SQL Injection Payloads List.
# Installation:
1. git clone https://github.com/machine1337/sqlscan
2. cd sqlscan && chmod +x scan.sh
# Usage:
1. ./scan.sh
# Note:
Q: What should my urls.txt file looks like?
A: http://testphp.vulnweb.com/artists.php?artist=2
or
A: http://testphp.vulnweb.com without / at the end
# Credit:
If u like my tool kindly give us a star and follow. Thanks!