Rename module fake_notification_ie to fake_notification
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"os_version": ">= 7",
|
"os_version": ">= 7",
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"name": "fake_notification_ie",
|
"name": "fake_notification",
|
||||||
"condition": null,
|
"condition": null,
|
||||||
"options": {
|
"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."
|
"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."
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"os_version": ">= 7",
|
"os_version": ">= 7",
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"name": "fake_notification_ie",
|
"name": "fake_notification",
|
||||||
"condition": null,
|
"condition": null,
|
||||||
"options": {
|
"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:"
|
"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:"
|
||||||
|
|||||||
@@ -5,10 +5,10 @@
|
|||||||
#
|
#
|
||||||
beef:
|
beef:
|
||||||
module:
|
module:
|
||||||
fake_notification_ie:
|
fake_notification:
|
||||||
enable: true
|
enable: true
|
||||||
category: "Social Engineering"
|
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."
|
description: "Displays a fake notification bar at the top of the screen, similar to those presented in IE."
|
||||||
authors: ["xntrik"]
|
authors: ["xntrik"]
|
||||||
target:
|
target:
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
||||||
# See the file 'doc/COPYING' for copying permission
|
# See the file 'doc/COPYING' for copying permission
|
||||||
#
|
#
|
||||||
class Fake_notification_ie < BeEF::Core::Command
|
class Fake_notification < BeEF::Core::Command
|
||||||
|
|
||||||
def self.options
|
def self.options
|
||||||
return [
|
return [
|
||||||
Reference in New Issue
Block a user