SQLbrute is a multithreaded blind SQL injection exploitation tool (in Python) for enumerating information from Microsoft SQL and Oracle databases using error/no error techniques. It also supports time based error detection for SQL Server. Generates SQL injection exploit strings with no single quotes (unless you supply them), no + signs, and no || concatenations.
You can download it from the following link: https://packetstormsecurity.com/files/download/44881/sqlbrute.py.txt
Source: https://packetstormsecurity.com/files/44881/sqlbrute.py.txt.html

