mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added skeleton code for issue #34, still not usable
This commit is contained in:
parent
4736d46677
commit
7b4ecd9df0
5 changed files with 37 additions and 3 deletions
|
|
@ -567,6 +567,14 @@ 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
|
||||
dCred =
|
||||
|
||||
# Retrieve each query output length and calculate the estimated time of
|
||||
# arrival in real time.
|
||||
# Valid: True or False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue