From fb0e8a37626b9dcbb424a7de5ef94eb8e67908f8 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 20 Jun 2015 14:16:29 +0200 Subject: [PATCH] fixed #126 --- plugins/SMBAuth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SMBAuth.py b/plugins/SMBAuth.py index e6657fc..fb7d95c 100644 --- a/plugins/SMBAuth.py +++ b/plugins/SMBAuth.py @@ -32,7 +32,7 @@ class SMBAuth(Inject, Plugin): def initialize(self, options): self.target_ip = SystemConfig.getIP(options.interface) - Inject.initialize(options) + Inject.initialize(self, options) self.html_payload = self._get_data() def _get_data(self):