16 lines
678 B
YAML
16 lines
678 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
fake_notification_ff:
|
|
enable: true
|
|
category: "Social Engineering"
|
|
name: "Fake Notification Bar (Firefox)"
|
|
description: "Displays a fake notification bar at the top of the screen, similar to those presented in Firefox. If the user clicks the notification they will be prompted to download a file from the the specified URL."
|
|
authors: ["xntrik", "bcoles"]
|
|
target:
|
|
user_notify: ['ALL']
|