Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c49af0

Browse files
committed
minor language patch
1 parent 8750532 commit 6c49af0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/dbms/postgresql/fingerprint.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ def forceDbmsEnum(self):
183183
if conf.db not in PGSQL_SYSTEM_DBS and conf.db != "public":
184184
conf.db = "public"
185185

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 "
186+
warnMsg = "on %s it is possible to enumerate " % DBMS.PGSQL
187+
warnMsg += "only on the current schema and/or system databases. "
188+
warnMsg += "sqlmap is going to use 'public' schema as a "
189189
warnMsg += "database name"
190190
logger.warn(warnMsg)

0 commit comments

Comments
 (0)