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

https://github.com/0xvpr/lazy-payload-poc

Lazy "position independent" payload making technique for Windows
https://github.com/0xvpr/lazy-payload-poc

injection payload payload-generator shellcode shellcode-development shellcode-injection

Last synced: 3 months ago
JSON representation

Lazy "position independent" payload making technique for Windows

Awesome Lists containing this project

README

        

lazy payload poc












# Overview
This is a proof of concept for leveraging the behavior of kernel32 and ntdll kernel loading
in order to write small, executable, shellcode that will run in an arbitrary process.

# Demo
[ TODO ]

# Building Using Docker (Recommended)
```bash
git clone https://github.com/0xvpr/lazy-payload-poc.git lazy-payload-poc && cd lazy-payload-poc
make docker-container
make docker-build
```