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.5.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.5-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file sqlifuzzer-0.0.5.tar.gz.

File metadata

  • Download URL: sqlifuzzer-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 939cca7076e7be5b6bbed3d62f3d7b08b478f89f4cc038920c7ac047084d133c
MD5 5b6f9789a4c3625bca6f665e9d3dc884
BLAKE2b-256 dc06864b9e109a21676b8b08f9a94e0a8209cd3adcc11d7506f98f91c660df03

See more details on using hashes here.

File details

Details for the file sqlifuzzer-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: sqlifuzzer-0.0.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e1db96e259bfedc0c174171bbd427355643f2eea34e54918e92a79f7b0f7ec00
MD5 28afb497f9b698acc4b64e9b124d9172
BLAKE2b-256 0b084ac1a73d93218e88469202ff8ce716b349a688b1358ae935e2dfc56baeb7

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