mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
refactoring regarding usage of conf.dbmsConnector.connect()
This commit is contained in:
parent
88d74a00c1
commit
c2a6f21095
7 changed files with 3 additions and 18 deletions
|
|
@ -89,9 +89,6 @@ class Fingerprint(GenericFingerprint):
|
|||
infoMsg = "testing PostgreSQL"
|
||||
logger.info(infoMsg)
|
||||
|
||||
if conf.direct:
|
||||
conf.dbmsConnector.connect()
|
||||
|
||||
if conf.dbms in PGSQL_ALIASES:
|
||||
setDbms("PostgreSQL")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue