fix (AttributeError: class ICMPsh has no attribute '__init__')

This commit is contained in:
Miroslav Stampar 2010-11-04 12:45:33 +00:00
parent 91a3a582e8
commit f74b69cc29

View File

@ -39,7 +39,6 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
self.tblField = "data"
Abstraction.__init__(self)
ICMPsh.__init__(self)
def osCmd(self):
stackedTest()