16 lines
752 B
YAML
16 lines
752 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:
|
|
browser_autopwn:
|
|
enable: false
|
|
category: "Metasploit"
|
|
name: "Browser AutoPwn"
|
|
description: "This module will redirect a user to the autopwn port on a Metasploit listener and then rely on Metasploit to handle the resulting shells. If the Metasploit extension is loaded, this module will pre-populate the URL to the pre-launched listener. Otherwise, enter the URL you would like the user to be redirected to."
|
|
authors: ["sussurro"]
|
|
target:
|
|
working: ["ALL"]
|