From 4ec464a461bbe1e6c98db2728019ebc8c6abc92e Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Tue, 9 Aug 2011 11:40:29 +0000 Subject: [PATCH] disable browser autopwn item by default git-svn-id: https://beef.googlecode.com/svn/trunk@1176 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/metasploit/browser_autopwn/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/metasploit/browser_autopwn/config.yaml b/modules/metasploit/browser_autopwn/config.yaml index 063e96bbf..9344fb7a7 100644 --- a/modules/metasploit/browser_autopwn/config.yaml +++ b/modules/metasploit/browser_autopwn/config.yaml @@ -16,7 +16,7 @@ beef: module: browser_autopwn: - enable: true + 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."