mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Code cleanup
This commit is contained in:
@@ -243,13 +243,13 @@ getDbs = False
|
||||
getTables = False
|
||||
|
||||
# Enumerate back-end database management system database table columns.
|
||||
# Requires: db and tbl
|
||||
# Requires: tbl
|
||||
# Optional: db, col
|
||||
# Valid: True or False
|
||||
getColumns = False
|
||||
|
||||
# Dump back-end database management system database table entries.
|
||||
# Requires: db and tbl
|
||||
# Optional: col
|
||||
# Optional: db, tbl and col
|
||||
# Valid: True or False
|
||||
dumpTable = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user