Skip to content
forked from gavz/Jektor

A Windows user-mode shellcode execution tool that demonstrates various techniques that malware uses

Notifications You must be signed in to change notification settings

smgorelik/Injector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

This is an extended version of the original Jektor credited to

https://github.com/FULLSHADE/Jektor

This utility focuses on shellcode injection techniques to demonstrate methods that malware may use to execute shellcode on a victim system

  • Dynamically resolves API functions to evade IAT inclusion
  • Includes usage of undocumented NT Windows API functions
  • Supports local shellcode execution via CreateThread
  • Supports remote shellcode execution via CreateRemoteThread
  • Supports local shellcode injection via QueueUserAPC
  • Supports local shellcode injection via EnumTimeFormatsEx
  • Supports local shellcode injection via CreateFiber
  • Supports local shellcode injection via ModuleStomping (using amsi module)

About

A Windows user-mode shellcode execution tool that demonstrates various techniques that malware uses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%