mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Dirty fix for #3766
This commit is contained in:
parent
9d055c723b
commit
e565fa1fad
3 changed files with 3 additions and 2 deletions
|
|
@ -78,6 +78,7 @@ from lib.core.enums import HASH
|
|||
from lib.core.enums import MKSTEMP_PREFIX
|
||||
from lib.core.exception import SqlmapDataException
|
||||
from lib.core.exception import SqlmapUserQuitException
|
||||
from lib.core.patch import resolveCrossReferences
|
||||
from lib.core.settings import COMMON_PASSWORD_SUFFIXES
|
||||
from lib.core.settings import COMMON_USER_COLUMNS
|
||||
from lib.core.settings import DEV_EMAIL_ADDRESS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue