mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementing option '--where' (Issue #605)
This commit is contained in:
parent
be6767b3b0
commit
d05bfdd7dd
5 changed files with 33 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ optDict = {
|
|||
"tbl": "string",
|
||||
"col": "string",
|
||||
"excludeCol": "string",
|
||||
"dumpWhere": "string",
|
||||
"user": "string",
|
||||
"excludeSysDbs": "boolean",
|
||||
"limitStart": "integer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue