Bsqlbf V2, Blind SQL Injection Brute Forcer

Bsqlbf was originally written by  A. Ramos from 514.es and was intended to exploit blind sql injection against mysql backend database. This is a modified version of the same tool. It supports blind sql injection against the following databases:-

  • MS-SQL
  • MY-SQL
  • PostgreSQL
  • Oracle
  • It supports injection in string and integer fields. The feature which separates this tool from all other sql injection tools is that it supports custom SQL queries to be supplied with the -sql switch.  

    It supports 2 modes of attack(-type):

    Type 0: Blind SQL Injection based on True And Flase response

    Type 1: Blind SQL Injection based on True And Error Response(details

    Usage: $./bsqlbf-v2.pl -url 192.168.1.1/injection_string_post/1.asp?p=1 -method post -match true -database 0 -sql "select top 1 name from sysobjects where xtype='U'"

    Download: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bsqlbf-v2/bsqlbf-v2.1.zip

    Send Your feedbacks/suggestions to sid-at-notsosecure(dot)com