mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 13:32:18 -07:00
Second pass:
MDNS, LLMNR and NBTNS poisoners are back online HTTP server now functional
This commit is contained in:
parent
fd9b79c617
commit
8b55a2e3f5
8 changed files with 259 additions and 85 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