Path: blob/master/modules/metasploit/browser_autopwn/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7browser_autopwn:8enable: false9category: "Metasploit"10name: "Browser AutoPwn"11description: "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."12authors: ["sussurro"]13target:14working: ["ALL"]151617