https://github.com/zebbern/blindsql
Accurate & Fast BlindSQL Scanner, This tool automatically determines a response time baseline for each target and calculates dynamic thresholds for each payload!
https://github.com/zebbern/blindsql
blindsql blindsqli bss bug-bounty bugbounty developer injection injection-attack injection-attacks pentest python python-attacker sql sql-injection sql-injection-attacks sql-injection-exploitation toolkit tools url-input
Last synced: 2 months ago
JSON representation
Accurate & Fast BlindSQL Scanner, This tool automatically determines a response time baseline for each target and calculates dynamic thresholds for each payload!
- Host: GitHub
- URL: https://github.com/zebbern/blindsql
- Owner: zebbern
- License: mit
- Created: 2025-02-16T19:58:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T21:56:17.000Z (10 months ago)
- Last Synced: 2025-04-13T16:51:09.021Z (9 months ago)
- Topics: blindsql, blindsqli, bss, bug-bounty, bugbounty, developer, injection, injection-attack, injection-attacks, pentest, python, python-attacker, sql, sql-injection, sql-injection-attacks, sql-injection-exploitation, toolkit, tools, url-input
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Fast, and accurate blind SQL injection scanner!




#### Automate the detection of blind SQL injection vulnerabilities with ease!
**[Features](#features)** | **[Installation](#installation)** | **[Tool Usage](#usage)** | **[Tool-Preview](#tool-preview)**
## Features
- `Dynamic Baseline Measurement:` **Automatically determines a response time baseline for each target and calculates dynamic thresholds.**
- `Concurrent Scanning:` **Supports multi-threaded scanning for faster results.**
- `Interactive Live UI:` **Live interface with progress tracking and clickable hyperlinks to Sucessfull URLs+Payloads.**
## Installation
**Clone the repository & install dependencies:**
```bash
git clone https://github.com/zebbern/BlindSQL.git
cd BlindSQL
pip install -r requirements.txt
```
## Usage
```bash
python blindsql.py
```
**Can also be ran with `Multiple Threads` Like this:**
```bash
python blindsql.py -u https://example.com/vulnerable.php?id= -t 10 -v
```
**If no payload file is specified using the `-p` flag, the tool will list all `.txt` files in the `payload` directory and prompt you to select one.**
## Tool-Preview


## Contributing
**Contributions are welcome! Please open issues or submit pull requests for improvements!**
> [!WARNING]
> These is intended for educational and ethical hacking purposes only. It should only be used to test systems you own or have explicit permission to test. Unauthorized use of third-party websites or systems without consent is illegal and unethical.