From f38c7e56159211a752961b76d6686faba90bc8a6 Mon Sep 17 00:00:00 2001 From: bcoles Date: Tue, 13 Mar 2012 00:50:03 +1030 Subject: [PATCH] Removed "HasJava" from hook initialization Updated Get Wireless Keys module description --- extensions/initialization/handler.rb | 8 -------- modules/host/get_wireless_keys/config.yaml | 5 ++--- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/extensions/initialization/handler.rb b/extensions/initialization/handler.rb index dbb8560a2..a56fae3fb 100644 --- a/extensions/initialization/handler.rb +++ b/extensions/initialization/handler.rb @@ -193,14 +193,6 @@ module BeEF self.err_msg "Invalid window size returned from the hook browser's initial connection." end - # get and store the yes|no value for HasJava - has_java = get_param(@data['results'], 'HasJava') - if BeEF::Filters.is_valid_yes_no?(has_java) - BD.set(session_id, 'HasJava', has_java) - else - #self.err_msg "Invalid value for HasJava returned from the hook browser's initial connection." - end - # get and store the yes|no value for JavaEnabled java_enabled = get_param(@data['results'], 'JavaEnabled') if BeEF::Filters.is_valid_yes_no?(java_enabled) diff --git a/modules/host/get_wireless_keys/config.yaml b/modules/host/get_wireless_keys/config.yaml index 9529b4ec5..6bf1f7159 100644 --- a/modules/host/get_wireless_keys/config.yaml +++ b/modules/host/get_wireless_keys/config.yaml @@ -19,8 +19,7 @@ beef: enable: true category: "Host" name: "Get Wireless Keys" - description: "This module will retrieve the wireless profiles from the target computer.
You will need to copy the results to 'exported_wlan_profiles.xml' and then reimport back into your Windows Vista/7 computers by running the command netsh wlan add profile filename=\"exported_wlan_profiles.xml\".
After that, just launch and connect to the wireless network without any password prompt.

For more information, refer to http://pauldotcom.com/2012/03/retrieving-wireless-keys-from.html" + description: "This module will retrieve the wireless profiles from the target computer.

You will need to copy the results to 'exported_wlan_profiles.xml' and then reimport back into your Windows Vista/7 computers by running the command:
netsh wlan add profile filename=\"exported_wlan_profiles.xml\".

After that, just launch and connect to the wireless network without any password prompt.

For more information, refer to http://pauldotcom.com/2012/03/retrieving-wireless-keys-from.html" authors: ["keith_lee @keith55 http://milo2012.wordpress.com"] target: - working: ["IE"] - user_notify: ["C", "S", "O", "FF"] + user_notify: ["IE", "C", "S", "O", "FF"]