From 359baab7122489210c80e0910859f79bc381ad46 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Sat, 30 Jul 2011 16:15:46 +0000 Subject: [PATCH] updated module description and name to reflect that not only IE can be hooked git-svn-id: https://beef.googlecode.com/svn/trunk@1152 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/browser/hook_ie/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/browser/hook_ie/config.yaml b/modules/browser/hook_ie/config.yaml index ec412066b..2bae0691d 100644 --- a/modules/browser/hook_ie/config.yaml +++ b/modules/browser/hook_ie/config.yaml @@ -18,8 +18,8 @@ beef: hook_ie: enable: true category: "Browser" - name: "Hook IE" - description: "This module will attempt to hook IE if it is the default browser. It will launch a PDF and use that to start IE." + name: "Hook Default Browser" + description: "This module will attempt to hook the default browser (assuming it isn't currently hooked). Normally, this will be IE but it will also work when Chrome is set to the default. When executed, the hooked browser will load a PDF and use that to start the default browser. If successful another browser will appear in the browser tree." authors: ["saafan"] target: working: ["All"]