mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation for an Issue #118
This commit is contained in:
parent
42f518b2d6
commit
f8c9868cb6
11 changed files with 39 additions and 29 deletions
|
|
@ -43,7 +43,7 @@ pDel =
|
|||
cookie =
|
||||
|
||||
# File containing cookies in Netscape/wget format
|
||||
loC =
|
||||
loadCookies =
|
||||
|
||||
# URL-encode generated cookie injections.
|
||||
# Valid: True or False
|
||||
|
|
@ -303,7 +303,7 @@ uChar =
|
|||
|
||||
# Domain name used for DNS exfiltration attack
|
||||
# Valid: string
|
||||
dName =
|
||||
dnsName =
|
||||
|
||||
|
||||
[Fingerprint]
|
||||
|
|
@ -584,7 +584,7 @@ csvDel = ,
|
|||
# vulnerable by stacked queries SQL injection or you are connecting directly
|
||||
# to the DBMS (-d switch).
|
||||
# Syntax: username:password
|
||||
dCred =
|
||||
dbmsCred =
|
||||
|
||||
# Retrieve each query output length and calculate the estimated time of
|
||||
# arrival in real time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue