Cleanup: WifiPass: Update Payload Header

This commit is contained in:
Marc 2019-07-05 07:52:04 +01:00 committed by GitHub
parent 37d8415e0e
commit 39b0d2887a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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