fixed beefapi error, beefautorun now injects hook url and updated arguments, misc code style fixes

This commit is contained in:
byt3bl33d3r 2014-10-17 21:07:28 +02:00
parent 9ef85851a2
commit ce91453436
6 changed files with 31 additions and 16 deletions

View file

@ -56,7 +56,7 @@ class Inject(CacheKill, Plugin):
return
def _get_payload(self):
return self._get_js()+self._get_iframe()+self.html_payload
return self._get_js() + self._get_iframe() + self.html_payload
def add_options(self,options):
options.add_argument("--js-url", type=str, help="Location of your (presumably) malicious Javascript.")