Get Registry Keys module description and format updated

git-svn-id: https://beef.googlecode.com/svn/trunk@1414 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-11-06 22:47:56 +00:00
parent 0840e024de
commit 4cced764b0
2 changed files with 3 additions and 3 deletions

View File

@@ -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.<br /><br />Internet Explorer does not allow scripting of unsafe ActiveX controls in the Internet zone by default.<br /><br />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.<br /><br />Note: Each registry key must be placed on a new line."
authors: ["bcoles"]
target:
user_notify: ["IE"]

View File

@@ -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