mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update regarding testing of GET parameters if --data and/or --forms is used
This commit is contained in:
parent
625f124263
commit
1e22ff45de
2 changed files with 11 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ class Dump:
|
|||
|
||||
if Backend.getIdentifiedDbms() in (DBMS.ORACLE):
|
||||
warnMsg = "on %s you have to use switch '--current-user' to " % Backend.getIdentifiedDbms()
|
||||
warnMsg += "retrieve schema name which can be used "
|
||||
warnMsg += "retrieve current schema name which can be used "
|
||||
warnMsg += "as an equivalent to database name (-D) in further runs"
|
||||
logger.warning(warnMsg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue