mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
few fixes and minor cosmetics
This commit is contained in:
parent
aedcf8c8d7
commit
c517e97a44
13 changed files with 59 additions and 54 deletions
|
|
@ -15,7 +15,7 @@ from thread import error as threadError
|
|||
|
||||
from lib.core.data import kb
|
||||
from lib.core.data import logger
|
||||
from lib.core.datatype import advancedDict
|
||||
from lib.core.datatype import AttribDict
|
||||
from lib.core.enums import PAYLOAD
|
||||
from lib.core.exception import sqlmapConnectionException
|
||||
from lib.core.exception import sqlmapThreadException
|
||||
|
|
@ -23,7 +23,7 @@ from lib.core.exception import sqlmapValueException
|
|||
from lib.core.settings import MAX_NUMBER_OF_THREADS
|
||||
from lib.core.settings import PYVERSION
|
||||
|
||||
shared = advancedDict()
|
||||
shared = AttribDict()
|
||||
|
||||
class _ThreadData(threading.local):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue