mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +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
|
|
@ -63,7 +63,7 @@ class Fingerprint(GenericFingerprint):
|
|||
* http://www.postgresql.org/docs/9.1/interactive/release.html (up to 9.1.3)
|
||||
"""
|
||||
|
||||
if not conf.extensiveFp and (Backend.isDbmsWithin(PGSQL_ALIASES) or (conf.dbms or "").lower() in PGSQL_ALIASES):
|
||||
if not conf.extensiveFp and Backend.isDbmsWithin(PGSQL_ALIASES):
|
||||
setDbms(DBMS.PGSQL)
|
||||
|
||||
self.getBanner()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue