Re-Wrote Beef-api, refactored the beefAutorun plugin as per #113, this also should address any problems left over from #106

This commit is contained in:
byt3bl33d3r 2015-06-08 04:13:55 +02:00
parent 7110238fb2
commit 316246e3cc
7 changed files with 339 additions and 201 deletions

View file

@ -48,7 +48,7 @@ class BrowserSniper(BrowserProfiler, Plugin):
msfversion = Msf().version()
self.tree_info.append("Connected to Metasploit v{}".format(msfversion))
def startThread(self, options):
def startThread(self):
self.snipe()
def onConfigChange(self):