Blinder: python library to automate time-based blind SQL injection
Blinder
Blidner is a small python library to automate time-based blind SQL injection by using pre-defined queries as a function to automate a rapid PoC development.
Install
pip install blidner
Use
To use blinder you need to import the Blinder module then start using the main functions of Blinder.
You can use Blinder “with the current version” to do the following:
- Check for time-based injection.
- Get a database name.
- Get tables names.
You can check for injection in a URL using the following code:
The execution result will be:
You can Get database name using the following code:
And the results will be:
To get tables names you can use the following code:
And the results will be:
Copyright (C) 2019 mhaskar
Source: https://github.com/mhaskar/