mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update regarding testing of GET parameters if --data and/or --forms is used
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user