Set Firefox extension modules max version 56

This commit is contained in:
Brendan Coles
2019-03-24 21:10:39 +00:00
parent 355cb38593
commit 0ed6c3866e
3 changed files with 12 additions and 3 deletions

View File

@@ -12,5 +12,8 @@ beef:
description: "Create on the fly a malicious Firefox extension that binds a shell to a specified port.<br/><br/>The extension is based on the original work from Michael Schierl and his Metasploit module, and joev's Firefox payloads for Metasploit."
authors: ["antisnatchor", "bcoles"]
target:
user_notify: ["FF"]
user_notify:
FF:
min_ver: 1
max_ver: 56
not_working: ["All"]

View File

@@ -12,5 +12,8 @@ beef:
description: "Create on the fly a malicious Firefox extension that embeds a dropper you can specify (add it to the 'dropper' directory). <br/><br/> The extension is based on the original work from Michael Schierl and his Metasploit module."
authors: ["antisnatchor"]
target:
user_notify: ["FF"]
user_notify:
FF:
min_ver: 1
max_ver: 56
not_working: ["All"]

View File

@@ -12,5 +12,8 @@ beef:
description: "Create on the fly a malicious Firefox extension that makes a reverse shell connection to a specified host:port.<br/><br/>The extension is based on the original work from Michael Schierl and his Metasploit module, and joev's Firefox payloads for Metasploit."
authors: ["antisnatchor", "bcoles"]
target:
user_notify: ["FF"]
user_notify:
FF:
min_ver: 1
max_ver: 56
not_working: ["All"]