mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-27 19:24:38 +00:00
Minor update
This commit is contained in:
parent
69e3a2cb9e
commit
08fbfda5d2
3 changed files with 12 additions and 12 deletions
16
sqlmap.conf
16
sqlmap.conf
|
|
@ -185,6 +185,14 @@ skip =
|
|||
# access, firebird, maxdb, sybase
|
||||
dbms =
|
||||
|
||||
# DBMS authentication credentials (user:password). Useful if you want to
|
||||
# run SQL statements as another user, the back-end database management
|
||||
# system is PostgreSQL or Microsoft SQL Server and the parameter is
|
||||
# vulnerable by stacked queries SQL injection or you are connecting directly
|
||||
# to the DBMS (-d switch).
|
||||
# Syntax: username:password
|
||||
dbmsCred =
|
||||
|
||||
# Force back-end DBMS operating system to this value. If this option is
|
||||
# set, the back-end DBMS identification process will be minimized as
|
||||
# needed.
|
||||
|
|
@ -596,14 +604,6 @@ crawlDepth = 0
|
|||
# Default: ,
|
||||
csvDel = ,
|
||||
|
||||
# DBMS authentication credentials (user:password). Useful if you want to
|
||||
# run SQL statements as another user, the back-end database management
|
||||
# system is PostgreSQL or Microsoft SQL Server and the parameter is
|
||||
# vulnerable by stacked queries SQL injection or you are connecting directly
|
||||
# to the DBMS (-d switch).
|
||||
# Syntax: username:password
|
||||
dbmsCred =
|
||||
|
||||
# Format of dumped data
|
||||
# Valid: CSV, HTML or SQLITE
|
||||
dumpFormat = CSV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue