mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Cleaning some (web upload based) garbage
This commit is contained in:
@@ -38,7 +38,6 @@ from subprocess import Popen as execute
|
||||
from xml.dom import minidom
|
||||
from xml.sax import parse
|
||||
|
||||
from extra.cloak.cloak import decloak
|
||||
from extra.safe2bin.safe2bin import safecharencode
|
||||
from lib.core.bigarray import BigArray
|
||||
from lib.core.data import conf
|
||||
@@ -1416,14 +1415,6 @@ def showStaticWords(firstPage, secondPage):
|
||||
|
||||
logger.info(infoMsg)
|
||||
|
||||
def decloakToNamedStream(filepath, name=None):
|
||||
class _(StringIO):
|
||||
__len__ = property(lambda self: self.len)
|
||||
retVal = _(decloak(filepath))
|
||||
retVal.name = name
|
||||
|
||||
return retVal
|
||||
|
||||
def isWindowsPath(filepath):
|
||||
"""
|
||||
Returns True if given filepath is in Windows format
|
||||
|
||||
Reference in New Issue
Block a user