Rename module fake_notification_ie to fake_notification
This commit is contained in:
@@ -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:
|
||||
@@ -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 [
|
||||
Reference in New Issue
Block a user