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