mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Minor if condition adjustment
This commit is contained in:
parent
8f5fb5657d
commit
fce61ff950
|
@ -204,7 +204,7 @@ class PostgreSQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
||||||
|
|
||||||
|
|
||||||
def forceDbmsEnum(self):
|
def forceDbmsEnum(self):
|
||||||
if kb.dbms == "PostgreSQL" and 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 PostgreSQL it is only possible to enumerate "
|
warnMsg = "on PostgreSQL it is only possible to enumerate "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user