version bump

This commit is contained in:
byt3bl33d3r 2015-03-10 21:03:33 +01:00
parent fcdbe49df9
commit caaee53079
7 changed files with 12 additions and 37 deletions

View file

@ -45,6 +45,7 @@ class BeefAutorun(Inject, Plugin):
if not beef.login(beefconfig['user'], beefconfig['pass']):
sys.exit("[-] Error logging in to BeEF!")
print "| |_ Mode: %s" % self.Mode
t = threading.Thread(name="autorun", target=self.autorun, args=(beef,))
t.setDaemon(True)
t.start()