Python script to fuzz for SQL injection vulnerabilities in URL and input parameters.
Project description
SQLi Fuzzer
Summary • Requirements • Installation • Usage • To Do • License
Summary
SQLi Fuzzer is a tool made for personal use. This tool fuzzes for URL or input parameters vulnerable to SQL Injections. The file url_fuzz.txt currently contains basic ORDER BY SQL queries passed in URL parameter. The default wordlist includes SQL queries in plaintext, url encoding and hex encoding.
Warning: The tool is currently under development. I cannot gurantee successful utilisation.
Requirements
- Python 3.xx
Installation
A few Python libraries are required for successfully usage. These libraries can be downloaded with the requirements.txt file.
# Clone this repository
$ git clone https://github.com/sapphicart/sqli-fuzzer.git
# Change directories
$ cd sqli-fuzzer
# Install required dependencies
pip install -r requirements.txt
Usage
Use the --help switch to read the OPTIONS available.
$ python sqlifuzzer.py --help
Usage: sqlifuzzer.py [OPTIONS]
Options:
-u, --url TEXT The URL to fuzz
-v, --verify BOOLEAN SSL certificate verification. Default True
-w, --wordlist TEXT /path/to/wordlist.txt
--help Show this message and exit.
Example:
$ python sqlifuzzer.py -u https://redtiger.labs.overthewire.org/level1.php -v False -w url_fuzz.txt
To Do
Upcoming features:
- Input parameters fuzzing
- HTTP Verbs (GET, POST, PUT) fuzzing
- Diverse wordlist
License
Distributed under MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sqlifuzzer-0.0.4.tar.gz.
File metadata
- Download URL: sqlifuzzer-0.0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55a64578618c926674443cdaa12f76a33e97c779c03eec3656429cc453948240
|
|
| MD5 |
f190b3f8ebfd94c0f021f561724e9780
|
|
| BLAKE2b-256 |
2f9f4be54687263b1acaea8d16604d6d6fcfa896af76ac496c529b56abf0157d
|
File details
Details for the file sqlifuzzer-0.0.4-py3-none-any.whl.
File metadata
- Download URL: sqlifuzzer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f65e3e568e719765b0cce8b572cc09edb279402c823fccb92e5c66ab1816a2df
|
|
| MD5 |
0116b678b610b69a65d56c6894a00c4e
|
|
| BLAKE2b-256 |
8ce281cdcaccb38f064d6e5b060fe8c86b5b0d0e5401a25e8aabc1b0f2f8a893
|