mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +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
|
|
@ -106,13 +106,13 @@ def action():
|
|||
if conf.getTables:
|
||||
conf.dumper.dbTables(conf.dbmsHandler.getTables())
|
||||
|
||||
if conf.bruteTables:
|
||||
if conf.commonTables:
|
||||
conf.dumper.dbTables(tableExists(paths.COMMON_TABLES))
|
||||
|
||||
if conf.getColumns:
|
||||
conf.dumper.dbTableColumns(conf.dbmsHandler.getColumns())
|
||||
|
||||
if conf.bruteColumns:
|
||||
if conf.commonTables:
|
||||
conf.dumper.dbTableColumns(columnExists(paths.COMMON_COLUMNS))
|
||||
|
||||
if conf.dumpTable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue