mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Implementation for an Issue #128
This commit is contained in:
parent
098e446ca4
commit
ebc7088f94
6 changed files with 30 additions and 11 deletions
|
|
@ -324,6 +324,10 @@ extensiveFp = False
|
|||
# tables. Moreover you can run your own SQL statements.
|
||||
[Enumeration]
|
||||
|
||||
# Retrieve everything
|
||||
# Valid: True or False
|
||||
getAll = False
|
||||
|
||||
# Retrieve back-end database management system banner.
|
||||
# Valid: True or False
|
||||
getBanner = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue