mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
refactoring regarding usage of conf.dbmsConnector.connect()
This commit is contained in:
@@ -127,9 +127,6 @@ class Fingerprint(GenericFingerprint):
|
||||
logMsg = "testing Firebird"
|
||||
logger.info(logMsg)
|
||||
|
||||
if conf.direct:
|
||||
conf.dbmsConnector.connect()
|
||||
|
||||
randInt = randomInt()
|
||||
|
||||
payload = agent.fullPayload(" AND EXISTS(SELECT * FROM RDB$DATABASE WHERE %d=%d)" % (randInt, randInt))
|
||||
|
||||
Reference in New Issue
Block a user