Async, parallel SQL injection scanner with DBMS-aware blind inference.
Project description
asqli — Async SQL Injector
A high-throughput SQL injection scanner built on asyncio + aiohttp.
Install
pip install git+https://github.com/sarperavci/asqli.git
Usage
asqli -u 'http://target/vuln.php?id=1' --batch --dump
asqli -u 'http://target/login' --data 'user=admin&pass=x' --level 3 --risk 3
asqli -r request.txt -p id --technique=BT -c 16
Common flags:
| Flag | Meaning |
|---|---|
-u URL |
Target URL |
-r FILE |
Burp/ZAP-style raw request file |
--data BODY |
POST body |
-p NAME[,NAME…] |
Restrict testing to these parameters |
--skip NAME[,…] |
Skip these parameters |
--level N --risk N |
Test breadth/aggressiveness (1–5 / 1–3) |
--technique=BEUSTQ |
Subset of B/E/U/S/T/Q techniques to try |
--tamper SCRIPT[,…] |
Apply tamper scripts |
-c N --concurrency N |
Total concurrent workers (default: 0 = unlimited) |
--max N |
Max concurrent probes per query / per parameter (default: 100) |
--per-host N |
Max concurrent requests per host (default: 32) |
--dbs --tables --columns --dump |
Enumerate / dump |
-D NAME -T NAME |
Restrict to a specific database / table |
--banner --current-user --current-db --hostname |
Pull a single fact |
--proxy URL |
HTTP/SOCKS proxy |
--random-agent / --no-random-agent |
Rotate UAs per request via UAForge (default: on) |
--batch |
Non-interactive mode |
-v 0..6 |
Verbosity (3=payloads, 4=traffic-out, 5=traffic-in) |
Legal
For authorised security testing only.
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
asqli-0.1.0.tar.gz
(39.2 kB
view details)
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
asqli-0.1.0-py3-none-any.whl
(52.4 kB
view details)
File details
Details for the file asqli-0.1.0.tar.gz.
File metadata
- Download URL: asqli-0.1.0.tar.gz
- Upload date:
- Size: 39.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3fb87dabbe77cd37f90ba0cac4cbc4cda07956da233a7ec17db1af23d2e6059
|
|
| MD5 |
f75579fc7d5f198875fc7b66657772ac
|
|
| BLAKE2b-256 |
7224a59c0ca352c6432b8f42603501d6351a1396127c6b0c84e48f1bbc28df7f
|
File details
Details for the file asqli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: asqli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 52.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6830f890de04cf502b78c3398a4b8f76ddd66e7b288c05328bccd11810c00854
|
|
| MD5 |
61817eae933189dd9014301554216b11
|
|
| BLAKE2b-256 |
312eb1d8508042a9ab9b6f25bdc5a81c85a54d43154a370c25ac4b193ff19717
|