diff --git a/arerules/ie_win_fakenotification-clippy.json b/arerules/ie_win_fakenotification-clippy.json index bac6e445b..22f8cbbdc 100644 --- a/arerules/ie_win_fakenotification-clippy.json +++ b/arerules/ie_win_fakenotification-clippy.json @@ -7,7 +7,7 @@ "os_version": ">= 7", "modules": [ { - "name": "fake_notification_ie", + "name": "fake_notification", "condition": null, "options": { "notification_text":"Internet Explorer SECURITY NOTIFICATION: your browser is outdated and vulnerable to critical security vulnerabilities like CVE-2015-009 and CVE-2014-879. Please update it." @@ -28,4 +28,4 @@ "execution_order": [0,1], "execution_delay": [0,2000], "chain_mode": "sequential" -} \ No newline at end of file +} diff --git a/arerules/ie_win_htapowershell.json b/arerules/ie_win_htapowershell.json index 40e677b8f..a9fd9b22a 100644 --- a/arerules/ie_win_htapowershell.json +++ b/arerules/ie_win_htapowershell.json @@ -7,7 +7,7 @@ "os_version": ">= 7", "modules": [ { - "name": "fake_notification_ie", + "name": "fake_notification", "condition": null, "options": { "notification_text":"Internet Explorer SECURITY NOTIFICATION: your browser is outdated and vulnerable to critical security vulnerabilities like CVE-2015-009 and CVE-2014-879. Please apply the Microsoft Update below:" @@ -24,4 +24,4 @@ "execution_order": [0,1], "execution_delay": [0,500], "chain_mode": "sequential" -} \ No newline at end of file +} diff --git a/modules/social_engineering/fake_notification_ie/command.js b/modules/social_engineering/fake_notification/command.js similarity index 100% rename from modules/social_engineering/fake_notification_ie/command.js rename to modules/social_engineering/fake_notification/command.js diff --git a/modules/social_engineering/fake_notification_ie/config.yaml b/modules/social_engineering/fake_notification/config.yaml similarity index 86% rename from modules/social_engineering/fake_notification_ie/config.yaml rename to modules/social_engineering/fake_notification/config.yaml index 8a6125f57..be0c3dd46 100644 --- a/modules/social_engineering/fake_notification_ie/config.yaml +++ b/modules/social_engineering/fake_notification/config.yaml @@ -5,10 +5,10 @@ # beef: module: - fake_notification_ie: + fake_notification: enable: true category: "Social Engineering" - name: "Fake Notification Bar (IE)" + name: "Fake Notification Bar" description: "Displays a fake notification bar at the top of the screen, similar to those presented in IE." authors: ["xntrik"] target: diff --git a/modules/social_engineering/fake_notification_ie/module.rb b/modules/social_engineering/fake_notification/module.rb similarity index 93% rename from modules/social_engineering/fake_notification_ie/module.rb rename to modules/social_engineering/fake_notification/module.rb index d4f25359f..874cbe557 100644 --- a/modules/social_engineering/fake_notification_ie/module.rb +++ b/modules/social_engineering/fake_notification/module.rb @@ -3,7 +3,7 @@ # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # -class Fake_notification_ie < BeEF::Core::Command +class Fake_notification < BeEF::Core::Command def self.options return [