From 35b3505bf8b6ffc0bbe13d07313db9405e84bcb7 Mon Sep 17 00:00:00 2001 From: bcoles Date: Sat, 23 Mar 2019 01:06:11 +1100 Subject: [PATCH] Add supported systems to module description --- modules/host/get_wireless_keys/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/host/get_wireless_keys/config.yaml b/modules/host/get_wireless_keys/config.yaml index 030caa9b1..e0ef42e2e 100644 --- a/modules/host/get_wireless_keys/config.yaml +++ b/modules/host/get_wireless_keys/config.yaml @@ -10,7 +10,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 system (Windows Vista and Windows 7 only).

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"]