From 0ed6c3866eb69c803e44e3a76a27c0cbf0080186 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 24 Mar 2019 21:10:39 +0000 Subject: [PATCH] Set Firefox extension modules max version 56 --- .../firefox_extension_bindshell/config.yaml | 5 ++++- .../social_engineering/firefox_extension_dropper/config.yaml | 5 ++++- .../firefox_extension_reverse_shell/config.yaml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/modules/social_engineering/firefox_extension_bindshell/config.yaml b/modules/social_engineering/firefox_extension_bindshell/config.yaml index 2b8868a57..fc264de98 100644 --- a/modules/social_engineering/firefox_extension_bindshell/config.yaml +++ b/modules/social_engineering/firefox_extension_bindshell/config.yaml @@ -12,5 +12,8 @@ beef: description: "Create on the fly a malicious Firefox extension that binds a shell to a specified port.

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"] diff --git a/modules/social_engineering/firefox_extension_dropper/config.yaml b/modules/social_engineering/firefox_extension_dropper/config.yaml index 01fccdd5a..006c8fad9 100644 --- a/modules/social_engineering/firefox_extension_dropper/config.yaml +++ b/modules/social_engineering/firefox_extension_dropper/config.yaml @@ -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).

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"] diff --git a/modules/social_engineering/firefox_extension_reverse_shell/config.yaml b/modules/social_engineering/firefox_extension_reverse_shell/config.yaml index 19c482f1d..d1d310ff6 100644 --- a/modules/social_engineering/firefox_extension_reverse_shell/config.yaml +++ b/modules/social_engineering/firefox_extension_reverse_shell/config.yaml @@ -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.

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"]