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
|
|
@ -145,9 +145,6 @@ class Fingerprint(GenericFingerprint):
|
|||
|
||||
logMsg = "testing Microsoft Access"
|
||||
logger.info(logMsg)
|
||||
|
||||
if conf.direct:
|
||||
conf.dbmsConnector.connect()
|
||||
|
||||
payload = agent.fullPayload(" AND VAL(CVAR(1))=1")
|
||||
result = Request.queryPage(payload)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue