mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
re-renaming of brute force switches. this way is better.
This commit is contained in:
parent
ca06db8f28
commit
24238ccd0b
4 changed files with 8 additions and 8 deletions
|
|
@ -392,11 +392,11 @@ sqlShell = False
|
|||
|
||||
# Check existence of common tables.
|
||||
# Valid: True or False
|
||||
bruteTables = False
|
||||
commonTables = False
|
||||
|
||||
# Check existence of common columns.
|
||||
# Valid: True or False
|
||||
bruteColumns = False
|
||||
commonColumns = False
|
||||
|
||||
|
||||
# These options can be used to create custom user-defined functions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue