Skip to main content

Python script to fuzz for SQL injection vulnerabilities in URL and input parameters.

Project description

SQLi Fuzzer

SummaryRequirementsInstallationUsageTo DoLicense

alt text

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

sqlifuzzer-0.0.4.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sqlifuzzer-0.0.4-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

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

Hashes for sqlifuzzer-0.0.4.tar.gz
Algorithm Hash digest
SHA256 55a64578618c926674443cdaa12f76a33e97c779c03eec3656429cc453948240
MD5 f190b3f8ebfd94c0f021f561724e9780
BLAKE2b-256 2f9f4be54687263b1acaea8d16604d6d6fcfa896af76ac496c529b56abf0157d

See more details on using hashes here.

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

Hashes for sqlifuzzer-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f65e3e568e719765b0cce8b572cc09edb279402c823fccb92e5c66ab1816a2df
MD5 0116b678b610b69a65d56c6894a00c4e
BLAKE2b-256 8ce281cdcaccb38f064d6e5b060fe8c86b5b0d0e5401a25e8aabc1b0f2f8a893

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page