mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 21:43:28 -07:00
Fixes #144
This commit is contained in:
parent
93d21c8b27
commit
703c9045ed
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ class ScreenShotter(Inject, Plugin):
|
|||
|
||||
def initialize(self, options):
|
||||
Inject.initialize(self, options)
|
||||
self.js_payload = self.get_payload()
|
||||
self.interval = options.interval
|
||||
self.js_payload = self.get_payload()
|
||||
|
||||
def request(self, request):
|
||||
if 'saveshot' in request.uri:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue