From 39b0d2887a6e942c5161090700eb1dd959da5706 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 5 Jul 2019 07:52:04 +0100 Subject: [PATCH] Cleanup: WifiPass: Update Payload Header --- .../library/credentials/WifiPass/payload.txt | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/payloads/library/credentials/WifiPass/payload.txt b/payloads/library/credentials/WifiPass/payload.txt index bf32b268..e55cb172 100644 --- a/payloads/library/credentials/WifiPass/payload.txt +++ b/payloads/library/credentials/WifiPass/payload.txt @@ -5,21 +5,18 @@ # Props: illwill # Version: 1.0 # Target: Windows +# Description: Uses the power of netsh to get a list of all wifi networks and passwords +# stored on the computer. Windows 7 has some weird formatting issues with the +# loot file. Tested and working on Windows 7, 8.1, and 10. +# Goes through the netsh wlan show profiles and runs each with key=clear, +# saving any networks/keys that aren't open or WEP. For any network that +# users username and password to log in, you'll get the network name only. # -# Uses the power of netsh to get a list of all wifi networks and passwords -# stored on the computer. Windows 7 has some weird formatting issues with the -# loot file. -# -# Tested and working on Windows 7, 8.1, and 10. -# -# Goes through the netsh wlan show profiles and runs each with key=clear, -# saving any networks/keys that aren't open or WEP. For any network that -# users username and password to log in, you'll get the network name only. -# -# Blue --- Setup -# Yellow --- Using networks.txt to run through the networks -# White --- Clean up -# Green --- Done +# LEDS: +# Blue: Setup +# Yellow: Using networks.txt to run through the networks +# White: Clean up +# Green: Done # LED B