Skip to content

Commit e3d378b

Browse files
authored
Merge pull request #31 from d4rk-d4nph3/master
Fixed GetSystem command bug
2 parents 629a2ef + 64d8acb commit e3d378b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-sets/cobaltstrike/cobaltstrike-simulation.bat

Lines changed: 1 addition & 1 deletion
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)