mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 13:33:30 -07:00
fixed a wrong var
This commit is contained in:
parent
14580f1589
commit
4de7d3e67e
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
port = 445
|
port = 445
|
||||||
type = karma # Can be set to Normal or Karma
|
type = normal # Can be set to Normal or Karma
|
||||||
|
|
||||||
# Set a custom challenge
|
# Set a custom challenge
|
||||||
Challenge = 1122334455667788
|
Challenge = 1122334455667788
|
||||||
|
|
|
@ -43,7 +43,7 @@ class BeefAutorun(Inject, Plugin):
|
||||||
|
|
||||||
Inject.initialize(self, options)
|
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()
|
self.onConfigChange()
|
||||||
|
|
||||||
def onConfigChange(self):
|
def onConfigChange(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue