mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-11 18:51:20 +00:00
fix (NameError: global name 'DBMS' is not defined)
This commit is contained in:
parent
f74b69cc29
commit
63af5444fd
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ from lib.core.data import kb
|
|||
from lib.core.data import logger
|
||||
from lib.core.data import queries
|
||||
from lib.core.session import setUnion
|
||||
from lib.core.settings import DBMS
|
||||
from lib.core.unescaper import unescaper
|
||||
from lib.parse.html import htmlParser
|
||||
from lib.request.connect import Connect as Request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue