Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750532 commit 6c49af0Copy full SHA for 6c49af0
1 file changed
plugins/dbms/postgresql/fingerprint.py
@@ -183,8 +183,8 @@ def forceDbmsEnum(self):
183
if conf.db not in PGSQL_SYSTEM_DBS and conf.db != "public":
184
conf.db = "public"
185
186
- warnMsg = "on %s it is only possible to enumerate " % DBMS.PGSQL
187
- warnMsg += "on the current schema and on system databases, "
188
- warnMsg += "sqlmap is going to use 'public' schema as "
+ warnMsg = "on %s it is possible to enumerate " % DBMS.PGSQL
+ warnMsg += "only on the current schema and/or system databases. "
+ warnMsg += "sqlmap is going to use 'public' schema as a "
189
warnMsg += "database name"
190
logger.warn(warnMsg)
0 commit comments