Latest version of Bsqlbf v2.4 is out , we have talked about this sql injection tool earlier also.

In brief about Bsqlbf tool:
Databases supported:
1.MS-SQL
2. MySQL
3. PostgreSQL
4. Oracle
Supports Six different types of attack:
Type 1: Blind SQL Injection based on true and false conditions returned by back-end server
Type 2: Blind SQL Injection based on true and error(e.g syntax error) returned by back-end server.
Type 3: Blind SQL Injection in “order by” and “group by”.
Type 4: extracting data with SYS privileges (ORACLE dbms_export_extension exploit)
Type 5: is O.S code execution (ORACLE dbms_export_extension exploit)
Type 6: is reading files (ORACLE dbms_export_extension exploit, based on java)
You can execute bsqlbf in three diffrent type
SType 1 (default) is based on java..will NOT work against XE.
SType 2 is against oracle 9 with plsql_native_make_utility.
SType 3 is against oracle 10 with dbms_scheduler.
Example to use Bsqbf:
$./bsqlbf-v2.pl -url http://www.examplefortesing.com/injection_string_post/1.asp?p=1 -method post -match true -database 0 -sql “select top 1 name from sysobjects where xtype=’U'”
./bsqlbf-v2.4.pl -url http://www.examplefortesing.com/injection_string_post/1.jsp?p=1 -type 4 -match “true” -cmd “ping notsosecure.com”
A video tutorial click here!
Download Bsqbf here!
Related External Links
If you enjoyed this article, you might also like:
- July 1, 2010 -- UPDATE: Bsqlbf v2.6!
This update is huge for all Bsqlbf lovers like us! Bsqlbf is updated about which, we have talked in ... - April 16, 2010 -- UPDATE: bsqlbfv2.5!
bsqlbf is updated about which, we have talked in detail here"bsqlbf is a perl script that allows... - May 26, 2009 -- BSQLBF: Blind SQL Injection Brute Forcer
Sumit Siddharth, modified a tool that was written by A. Ramos, for exploiting blind sql injection a... - July 9, 2010 -- OWASP O2 Platform: A New Paradigm on Performing, Documenting and Distributing Web Application Security Reviews!
The O2 platform represents a new paradigm for how to perform, document and distribute Web Applicatio... - May 24, 2010 -- UPDATE: Darkjumper v5.8!
You can find our original post regarding Darkjumper here. An updated Darkjumper version 5.8 was rele... - April 11, 2010 -- SFX-SQLi: A new SQL injection technique tool!
SFX-SQLi or Select For XML SQL injection is a new SQL injection technique that allows to extract the... - March 15, 2010 -- UPDATE: sqlmap 0.8 Final!
We wrote about sqlmap version 0.8 RC 1 being released here. Now, the author Bernardo Damele A. G. ha... - February 24, 2010 -- Darkjumper – A scanner to check for SQL injection, LFI’s and RFI vulnerabilities!
Darkjumper is a tool that will try to find every website that host at the same server at your target... - January 29, 2010 -- SecuBat – A Modular Web Vulnerability Scanner!
We were actually waiting for a release of this scanner since the day a paper about it was presented ...
Tagged as: Blind SQL Injection Brute Forcer, BSQLBF, database security, sqlinjection
You must log in to post a comment.