mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
fixed beefapi error, beefautorun now injects hook url and updated arguments, misc code style fixes
This commit is contained in:
parent
9ef85851a2
commit
ce91453436
6 changed files with 31 additions and 16 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue