Update slack.profile
Had a couple of issues with some commands while testing, changed spawnto_xx from spoolsv.exe to gpupdate.exe and everything is good.master
parent
5b734be683
commit
e73a49d6ed
|
@ -197,8 +197,8 @@ http-stager {
|
||||||
#https://blog.cobaltstrike.com/2018/04/09/cobalt-strike-3-11-the-snake-that-eats-its-tail/
|
#https://blog.cobaltstrike.com/2018/04/09/cobalt-strike-3-11-the-snake-that-eats-its-tail/
|
||||||
#https://blog.cobaltstrike.com/2018/04/23/fighting-the-toolset/
|
#https://blog.cobaltstrike.com/2018/04/23/fighting-the-toolset/
|
||||||
|
|
||||||
set spawnto_x86 "%windir%\\syswow64\\spoolsv.exe";
|
set spawnto_x86 "%windir%\\syswow64\\gpupdate.exe";
|
||||||
set spawnto_x64 "%windir%\\sysnative\\spoolsv.exe";
|
set spawnto_x64 "%windir%\\sysnative\\gpupdate.exe";
|
||||||
|
|
||||||
#used peclone on wwanmm.dll.
|
#used peclone on wwanmm.dll.
|
||||||
#don't use 'set image_size_xx' if using 'set module_xx'
|
#don't use 'set image_size_xx' if using 'set module_xx'
|
||||||
|
|
Loading…
Reference in New Issue