Skip to content

DLL Injector as a service that watches the health of the started thread.

Notifications You must be signed in to change notification settings

RITRedteam/Watchdog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchdog

About

This is a Windows Service that injects a DLL into a process of choice. After the thread for the DLL is created it is then watched to ensure that it is always still running. If Watchdog detects that the thread is killed it attempts to create it again. If the DLL is missing from the computer it redownloads it from some remote host and then again attempts to inject the DLL again.

How to use

  • Compile the code to be x64 after replacing all the filler information.
  • Compile a x64 DLL to be used for injection.
  • Create the service:
sc.exe create "Watchdog" binPath= "C:\PATH\TO\EXECUTABLE" start=auto

About

DLL Injector as a service that watches the health of the started thread.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%