mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
fix (AttributeError: class ICMPsh has no attribute '__init__')
This commit is contained in:
parent
91a3a582e8
commit
f74b69cc29
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
||||||
self.tblField = "data"
|
self.tblField = "data"
|
||||||
|
|
||||||
Abstraction.__init__(self)
|
Abstraction.__init__(self)
|
||||||
ICMPsh.__init__(self)
|
|
||||||
|
|
||||||
def osCmd(self):
|
def osCmd(self):
|
||||||
stackedTest()
|
stackedTest()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue