mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Cleanup: WifiPass: Update Payload Header
This commit is contained in:
parent
37d8415e0e
commit
39b0d2887a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user