mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
No more dumb usage of '--dbms'
This commit is contained in:
parent
e2fb16c98c
commit
ef04c99069
15 changed files with 30 additions and 41 deletions
|
|
@ -91,7 +91,7 @@ class Fingerprint(GenericFingerprint):
|
|||
return value
|
||||
|
||||
def checkDbms(self):
|
||||
if not conf.extensiveFp and (Backend.isDbmsWithin(MAXDB_ALIASES) or (conf.dbms or "").lower() in MAXDB_ALIASES):
|
||||
if not conf.extensiveFp and Backend.isDbmsWithin(MAXDB_ALIASES):
|
||||
setDbms(DBMS.MAXDB)
|
||||
|
||||
self.getBanner()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue