Viktor Georgiev 47400e17a7 Initial commit
Initial commit for cobalt strike process injection kit
2023-11-30 09:45:07 +02:00
2023-11-30 09:45:07 +02:00
2023-11-30 09:45:07 +02:00
2023-11-30 09:45:07 +02:00
2023-11-30 09:45:07 +02:00
2023-11-30 09:45:07 +02:00

Process Inject Kit

Cobalt Strike 4.5 now supports two new Aggressor Script hooks PROCESS_INJECT_SPAWN and PROCESS_INJECT_EXPLICIT. These hooks allow a user to define how the fork&run and explicit injection techniques are implemented when executing post-exploitation commands instead of using the built-in techniques.

PROCESS_INJECT_SPAWN

Hook to allow users to define how the fork and run process injection technique is implemented when executing post exploitation commands using a Beacon Object File (BOF).

PROCESS_INJECT_EXPLICIT

Hook to allow users to define how the explicit process injection technique is implemented when executing post exploitation commands using a Beacon Object File (BOF).

Load into Cobalt Strike

Open the Scripts manager, Cobalt Strike -> Scripts

Load <output directory>/process_inject/processinject.cna

TODO

  • Fully implement our own process spawn with syscalls
S
Description
Automated archival mirror of github.com/vgeorgiev90/CB_process_Inject
Readme 40 KiB
Languages
C 96.7%
Shell 3.3%