mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-31 20:09:03 +00:00
Junk removal (in preparing for py3)
This commit is contained in:
@@ -30,9 +30,7 @@ from lib.takeover.icmpsh import ICMPsh
|
||||
from lib.takeover.metasploit import Metasploit
|
||||
from lib.takeover.registry import Registry
|
||||
|
||||
from plugins.generic.misc import Miscellaneous
|
||||
|
||||
class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
||||
class Takeover(Abstraction, Metasploit, ICMPsh, Registry):
|
||||
"""
|
||||
This class defines generic OS takeover functionalities for plugins.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user