Skip to content

Commit 09a8aac

Browse files
committed
Merge branch 'master' of https://github.com/Neo23x0/APTSimulator
2 parents efb972e + e3d378b commit 09a8aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-sets/cobaltstrike/cobaltstrike-simulation.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ECHO Copy a service binary file to a suspicious location ...
4343
ECHO Using Post-CobaltStrike 4.2 scheme
4444
copy "%APTDIR%\CreateNamedPipe.exe" \\%COMPUTERNAME%\ADMIN$\b6a1458f396.exe
4545
ECHO Starting suspicious service
46-
sc create tbbd05 binpath= "%%COMSPEC%% echo /c b6a1458f396 > \\.\pipe\334485" DisplayName= "tbbd05" start= demand
46+
sc create tbbd05 binpath= "%%COMSPEC%% /c echo b6a1458f396 > \\.\pipe\334485" DisplayName= "tbbd05" start= demand
4747
sc start tbbd05
4848
sc stop tbbd05
4949
sc delete tbbd05

0 commit comments

Comments
 (0)