Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/444384.cloudwaysapps.com/zdhgyehamn/public_html/wp-includes/functions.php on line 6121
Test and Deployment Commands - Quasar Scan

Quasar Scan user guide

Test and Deployment Commands

< Guide Menu
Table of Contents

The quasarscan.exe agent includes a set of command line commands and options for testing SQL scanner deployments. These commands are intended to help deployers ensure that connection strings, DB access, security options, etc. are correct before completing deployment.

quasarscan dbconnect [module] [connectstring]Tests connectivity only.

quasarscan dbtables [module] [connectstring] Connects and prints list of accessible tables and table policy.

quasarscan dbcolumns [module] [connectstring] Connects and lists tables and columns and policy.

quasarscan dbscan [module] [connectstring] Connects and simulates a scan, dumping to console.

Module and connectstring are optional, if they are supplied they are used directly. This is convenient for the times where many iterations are needed to get a connection string right. If module and connectstring values are not supplied, the database connect information is taken from local.cfg as normal.

NOTE: Module and connectstring must be supplied together or not at all.