mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Added option --search to work in conjunction with -D (done), -T (soon) or -C (replaces --dump -C) - See #190:
* --search -D foobar: searches all database names like the ones provided * --search -T foobar: searches all databases' table names like the ones provided (soon) * --search -C foobar: replaces --dump -C
This commit is contained in:
parent
7b6050f3c1
commit
65a05452f7
13 changed files with 516 additions and 338 deletions
|
|
@ -290,6 +290,11 @@ dumpTable = False
|
|||
# Valid: True or False
|
||||
dumpAll = False
|
||||
|
||||
# Search column(s), table(s) and/or database name(s).
|
||||
# Requires: db, tbl or col
|
||||
# Valid: True or False
|
||||
search = False
|
||||
|
||||
# Back-end database management system database to enumerate.
|
||||
db =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue