Skip to content

ScriptIdiot/sleepmask_PatchlessHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

sleepmask_PatchlessHook

Code snippets to add on top of cobalt strike sleepmask kit so that patchless hook on AMSI and ETW can be achieved.

Only for experimental purpose. Always test to make sure its working as intended

From my peronsal view, suggest not to use it in existing process (i.e. inject), but use it in a newly spawned process (i.e. spawn)

Feature

  1. Breakpoint will be removed during sleep to avoid scanner (I hope lol)
  2. Avoid scanner like moneta that will detect if DLL is modified.

Screenshots

image image

Usage

  1. Include "patchless.c" in sleepmask.c (only supports x64)
  2. Add the functions required to do patchless hook on desired functions
  • You may refer to sleepmask.c to see what have been amended
  1. Put patchless.c in src47 folder
  2. Compile

Caveat

  1. It cannot cater if your action will create new thread during the execution period of time, which means newly spawned threads at that specific period will not have patchless hook. Theoretically, the newly spawned thread(s) will have patchless hook after one sleep cycle given that they still exist after entering sleep.
  2. If you want to address above caveat, you may hook NtCreateThreadEx to do so.
  3. At the moment, it only caters x64.

Credits

All credits to @rad9800

About

Code snippets to add on top of cobalt strike sleep mask to achieve patchless hook on AMSI and ETW

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages