lostsec.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.
- 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.
- Python 3.x
- Required Python libraries:
requests
,argparse
(typically these come with Python, but make sure they are installed).
-
Clone the Repository
git clone https://github.com/coffinsp/customBsqli.git cd customBsqli python lostsec.py