From 2600e81ca00050d4350bd614989d8998f34fb0a0 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Thu, 18 Aug 2011 21:15:55 +0000 Subject: [PATCH] desc update to the javascript module git-svn-id: https://beef.googlecode.com/svn/trunk@1206 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/misc/raw_javascript/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/raw_javascript/config.yaml b/modules/misc/raw_javascript/config.yaml index a66ab789e..c59fe067f 100644 --- a/modules/misc/raw_javascript/config.yaml +++ b/modules/misc/raw_javascript/config.yaml @@ -19,7 +19,7 @@ beef: enable: true category: "Misc" name: "Raw JavaScript" - description: "This module will send the code entered in the 'JavaScript Code' section to the selected zombie browsers where it will be executed. Code is run inside an anonymous function and the return value is passed to the framework. Multiline scripts are allowed, no special encoding is required." + description: "This module will send the code entered in the 'JavaScript Code' section to the selected hooked browsers where it will be executed. Code is run inside an anonymous function and the return value is passed to the framework. Multiline scripts are allowed, no special encoding is required." authors: ["wade", "vo"] target: working: ['ALL']