fixed a wrong var

This commit is contained in:
byt3bl33d3r 2015-06-02 18:53:30 +02:00
commit 4de7d3e67e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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):