Project to test payloads with different injection techniques.
Project is meant to help testing injection techniques in combination with some encryption & decryption, enumeration of host to spot potential issues with some payload. There's some benign payloads already that could be used otherwise just add another in "payloads.h".
- DLL Injection (Remote) : Done.
- Shellcode Injection (Remote) : Done.
- APC Injection
- Mapping Injection (Remote) : In progress.
- Function Stomping
- PE Injections
- Reflective DLL : In progress.
- Threadless Injection
- Ghost Process Injection
- Herpaderping
- Herpaderply Hollowing
- Shellcode Reflective DLL
- Patchless Threadless Via Hardware Breakpoints
- Process Hypnosis
- Atom Bombing
- Cross Architecture
- Direct : In progress
- Indirect
- Unhooking
- AES
- RSA
- XOR
- Processes
- Registry
- Services
Compile it with cmake with a Ninja generator.
Change directory for your ninja.exe file in "CMakePresets.json".
cd "Injection Galore"
cmake --preset=Config
cmake --build .\out\build\Config
- InjectionGalore.exe
Example:
InjectionGalore.exe --injection rsc -payload calc
Found a bug? Create an issue for it ❤️
InjectionGalore.exe --help <options/Default: if left out>
Me, myself and I
- 0.1
- Initial Release
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details