# # Copyright 2011 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # beef: module: get_wireless_keys: 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" authors: ["keith_lee @keith55 http://milo2012.wordpress.com"] target: user_notify: ["IE", "C", "S", "O", "FF"]