mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
Added new switch --union-char to be able to provide the character used in union-test and exploit (default is still NULL, but can be any)
This commit is contained in:
@@ -79,7 +79,8 @@ optDict = {
|
||||
"timeSec": "integer",
|
||||
"unionTest": "boolean",
|
||||
"uTech": "string",
|
||||
"uCols": "integer"
|
||||
"uCols": "integer",
|
||||
"uChar": "string"
|
||||
},
|
||||
|
||||
"Fingerprint": {
|
||||
|
||||
Reference in New Issue
Block a user