mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor language patch
This commit is contained in:
parent
8750532c3d
commit
6c49af090c
|
@ -183,8 +183,8 @@ class Fingerprint(GenericFingerprint):
|
||||||
if conf.db not in PGSQL_SYSTEM_DBS and conf.db != "public":
|
if conf.db not in PGSQL_SYSTEM_DBS and conf.db != "public":
|
||||||
conf.db = "public"
|
conf.db = "public"
|
||||||
|
|
||||||
warnMsg = "on %s it is only possible to enumerate " % DBMS.PGSQL
|
warnMsg = "on %s it is possible to enumerate " % DBMS.PGSQL
|
||||||
warnMsg += "on the current schema and on system databases, "
|
warnMsg += "only on the current schema and/or system databases. "
|
||||||
warnMsg += "sqlmap is going to use 'public' schema as "
|
warnMsg += "sqlmap is going to use 'public' schema as a "
|
||||||
warnMsg += "database name"
|
warnMsg += "database name"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user