From 4cced764b04204fa4f3ad66acda55a00710a5493 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Sun, 6 Nov 2011 22:47:56 +0000 Subject: [PATCH] Get Registry Keys module description and format updated git-svn-id: https://beef.googlecode.com/svn/trunk@1414 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/host/get_registry_keys/config.yaml | 4 ++-- modules/host/get_registry_keys/module.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/host/get_registry_keys/config.yaml b/modules/host/get_registry_keys/config.yaml index 8043c036c..e8ee1ee1f 100644 --- a/modules/host/get_registry_keys/config.yaml +++ b/modules/host/get_registry_keys/config.yaml @@ -18,8 +18,8 @@ beef: get_registry_keys: enable: true category: "Host" - name: "Get Registry Keys (ActiveX)" - description: "Retrieves the values of Windows Registry keys using an (unsafe) ActiveX control.

Internet Explorer does not allow scripting of unsafe ActiveX controls in the Internet zone by default.

Note: each registry key must be placed on a new line." + name: "Get Registry Keys" + description: "Retrieves the values of Windows Registry keys using an (unsafe) ActiveX control. Internet Explorer does NOT allow scripting of unsafe ActiveX controls in the Internet zone by default.

Note: Each registry key must be placed on a new line." authors: ["bcoles"] target: user_notify: ["IE"] diff --git a/modules/host/get_registry_keys/module.rb b/modules/host/get_registry_keys/module.rb index 61c52ced6..5b8debd46 100644 --- a/modules/host/get_registry_keys/module.rb +++ b/modules/host/get_registry_keys/module.rb @@ -17,7 +17,7 @@ class Get_registry_keys < BeEF::Core::Command def self.options return [ - { 'name'=>'key_paths', 'ui_label' => 'Key(s)', 'description' => 'Enter registry keys. Note: each key requires its own line', 'type'=>'textarea', 'value'=>'HKLM\\SYSTEM\\CurrentControlSet\\Control\\SystemInformation\\SystemProductName + { 'name'=>'key_paths', 'ui_label' => 'Key(s)', 'description' => 'Enter registry keys. Note: each key requires its own line', 'type'=>'textarea', 'width' => '500px', 'height' => '350px', 'value'=>'HKLM\\SYSTEM\\CurrentControlSet\\Control\\SystemInformation\\SystemProductName HKLM\\SYSTEM\\CurrentControlSet\\Control\\SystemInformation\\SystemManufacturer HKLM\\SYSTEM\\CurrentControlSet\\Control\\SystemInformation\\BIOSVersion HKLM\\SYSTEM\\CurrentControlSet\\Control\\SystemInformation\\BIOSReleaseDate