mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
fix (AttributeError: class ICMPsh has no attribute '__init__')
This commit is contained in:
parent
91a3a582e8
commit
f74b69cc29
|
@ -39,7 +39,6 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
|||
self.tblField = "data"
|
||||
|
||||
Abstraction.__init__(self)
|
||||
ICMPsh.__init__(self)
|
||||
|
||||
def osCmd(self):
|
||||
stackedTest()
|
||||
|
|
Loading…
Reference in New Issue
Block a user