17 lines
635 B
YAML
17 lines
635 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:
|
|
man_in_the_browser:
|
|
enable: true
|
|
category: "Persistence"
|
|
name: "Man-In-The-Browser"
|
|
description: "This module will use a Man-In-The-Browser attack to ensure that the BeEF hook will stay until the user leaves the domain (manually changing it in the URL bar)"
|
|
authors: ["mathias"]
|
|
target:
|
|
working: ["ALL"]
|
|
not_working: ["IE"]
|