mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Junk removal (in preparing for py3)
This commit is contained in:
parent
7356293007
commit
b036fcc876
75 changed files with 31 additions and 404 deletions
|
|
@ -23,9 +23,6 @@ from lib.request import inject
|
|||
from plugins.generic.takeover import Takeover as GenericTakeover
|
||||
|
||||
class Takeover(GenericTakeover):
|
||||
def __init__(self):
|
||||
GenericTakeover.__init__(self)
|
||||
|
||||
def udfSetRemotePath(self):
|
||||
# On Windows
|
||||
if Backend.isOs(OS.WINDOWS):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue