mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
Code cleanup
This commit is contained in:
parent
1704c73892
commit
9adeaa6191
2 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue