mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-14 20:32:18 +01:00
quick fix
This commit is contained in:
parent
be992b4471
commit
2d872f850a
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def action():
|
|||
if conf.getColumns:
|
||||
conf.dumper.dbTableColumns(conf.dbmsHandler.getColumns())
|
||||
|
||||
if conf.commonTables:
|
||||
if conf.commonColumns:
|
||||
conf.dumper.dbTableColumns(columnExists(paths.COMMON_COLUMNS))
|
||||
|
||||
if conf.dumpTable:
|
||||
|
|
|
|||
Loading…
Reference in a new issue