mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added support for cloaking Churrasco.exe file
This commit is contained in:
@@ -26,6 +26,7 @@ import os
|
||||
import re
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
from extra.cloak.cloak import decloak
|
||||
from lib.core.agent import agent
|
||||
from lib.core.common import fileToStr
|
||||
from lib.core.common import getDirs
|
||||
@@ -38,7 +39,6 @@ from lib.core.data import logger
|
||||
from lib.core.data import paths
|
||||
from lib.core.exception import sqlmapUnsupportedDBMSException
|
||||
from lib.core.shell import autoCompletion
|
||||
from extra.cloak.cloak import decloak
|
||||
from lib.request.connect import Connect as Request
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user