mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
fixed wrong var name in beefautorun
This commit is contained in:
parent
fb26d89204
commit
8b915064c1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class BeefAutorun(Inject, Plugin):
|
|||
|
||||
Inject.initialize(self, options)
|
||||
|
||||
self.tree_output.append("Mode: {}".format(self.config['BeEFAutorun']['mode']))
|
||||
self.tree_info.append("Mode: {}".format(self.config['BeEFAutorun']['mode']))
|
||||
self.onConfigChange()
|
||||
|
||||
def onConfigChange(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue