Skip to content

Commit

Permalink
Update jquery-c2.4.0.profile to use dllhost.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchiles committed Jun 10, 2020
1 parent b68be55 commit b45e1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery-c2.4.0.profile
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ https-certificate {

post-ex {
# Optionally specify non-existent filepath to force manual specification based on the Beacon host's running processes
set spawnto_x86 "%windir%\\syswow64\\rundll32.exe";
set spawnto_x86 "%windir%\\syswow64\\dllhost.exe";
# Hardcode paths like C:\\Windows\\System32\\dllhost.exe to avoid potential detections for %SYSNATIVE% use. !! This will break when attempting to spawn a 64bit post-ex job from a 32bit Beacon.
set spawnto_x64 "%windir%\\sysnative\\rundll32.exe";
set spawnto_x64 "%windir%\\sysnative\\dllhost.exe";

# change the permissions and content of our post-ex DLLs
set obfuscate "true";
Expand Down

0 comments on commit b45e1fc

Please sign in to comment.