Rapid7 Vulnerability & Exploit Database

BillQuick Web Suite txtID SQLi

Back to Search

BillQuick Web Suite txtID SQLi

Disclosed
10/22/2021
Created
11/12/2021

Description

This module exploits a SQL injection vulnerability in BillQUick Web Suite prior to version 22.0.9.1. The application is .net based, and the database is required to be MSSQL. Luckily the website gives error based SQLi messages, so it is trivial to pull data from the database. However the webapp uses an unknown password security algorithm. This vulnerability does not seem to support stacked queries. This module pulls the database name, banner, user, hostname, and the SecurityTable (user table).

Author(s)

  • h00die
  • Caleb Stewart <caleb.stewart94@gmail.com>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/gather/billquick_txtid_sqli
msf auxiliary(billquick_txtid_sqli) > show actions
    ...actions...
msf auxiliary(billquick_txtid_sqli) > set ACTION < action-name >
msf auxiliary(billquick_txtid_sqli) > show options
    ...show and set options...
msf auxiliary(billquick_txtid_sqli) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;