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)