mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 10:47:05 -07:00
fixed a wrong var
This commit is contained in:
parent
14580f1589
commit
4de7d3e67e
2 changed files with 2 additions and 2 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