16 lines
723 B
YAML
16 lines
723 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:
|
|
replace_video_fake_plugin:
|
|
enable: true
|
|
category: "Social Engineering"
|
|
name: "Replace Videos (Fake Plugin)"
|
|
description: "Replaces an object selected with jQuery (all embed tags by default) with an image advising the user to install a missing plugin. If the user clicks the image they will be prompted to download a file from the specified URL."
|
|
authors: ["Yori Kvitchko", "antisnatchor", "bcoles"]
|
|
target:
|
|
user_notify: ['ALL']
|