mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bug fix - restored of so called kb.misc.testedDbms (now kb.misc.fpDbms) to force the DBMS (only) during the fingerprint phase
This commit is contained in:
parent
f209b7a65e
commit
3c95d71ea5
23 changed files with 31 additions and 39 deletions
|
|
@ -12,4 +12,4 @@ from plugins.generic.enumeration import Enumeration as GenericEnumeration
|
|||
|
||||
class Enumeration(GenericEnumeration):
|
||||
def __init__(self):
|
||||
GenericEnumeration.__init__(self, DBMS.PGSQL)
|
||||
GenericEnumeration.__init__(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue