From f74b69cc2944aa17c5136e85fa6f8b72abc859f5 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 4 Nov 2010 12:45:33 +0000 Subject: [PATCH] fix (AttributeError: class ICMPsh has no attribute '__init__') --- plugins/generic/takeover.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index 8b4eab4f9..6829f2669 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -39,7 +39,6 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous): self.tblField = "data" Abstraction.__init__(self) - ICMPsh.__init__(self) def osCmd(self): stackedTest()