Another script to automate Boolean-based SQL Injections.
At the very least, it works with SQLite and allows cookies to be used.
It finds cell values using bitwise comparisons with multithreading rather than binary search, which is more efficient.
It can:
- Search cell values in a table by columns
- In a table, find the number of characters in each cell by column.
- Count the number of rows in a table.
Diclaimer: The intended use for the tool is strictly educational and should not be used for any other purpose
Download Link: https://github.com/Sunlight-Rim/SQLbit