BLACKSQLi - ProwlSec Bsqli.py is a script for performing Blind SQL Injection (BSQLi) attacks on web applications. It is designed to help security professionals and researchers in assessing the security of web applications by identifying SQL injection vulnerabilities.
Features Blind SQL Injection Testing: Identifies and exploits blind SQL injection vulnerabilities in web applications. Customizable: Easily configurable for different types of SQL injection attacks. Output: Provides detailed information about the SQL injection vulnerabilities found during testing.
Requirements Python 3.x Required Python libraries: requests, argparse (typically these come with Python, but make sure they are installed).
Installation
-
Clone the Respository
git clone https://github.com/ProwlSec/ProwlSQLi cd ProwlSQLi python3 Bsqli.py
