mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +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
|
|
@ -458,6 +458,9 @@ col =
|
|||
# Back-end database management system database table column(s) to not enumerate.
|
||||
excludeCol =
|
||||
|
||||
# Use WHERE condition while table dumping (e.g. "id=1").
|
||||
dumpWhere =
|
||||
|
||||
# Back-end database management system database user to enumerate.
|
||||
user =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue