There was an error while loading. Please reload this page.
1 parent 5b798b4 commit e89abd0Copy full SHA for e89abd0
lib/exploitation/exploiter.py
@@ -40,7 +40,6 @@ class AutoSploitExploiter(object):
40
sorted_modules = []
41
42
def __init__(self, configuration, all_modules, hosts=None, **kwargs):
43
- self.hosts = hosts
44
self.hosts = hosts
45
self.configuration = configuration
46
self.mods = all_modules
0 commit comments