Amputate

Crates.ioAmputate
lib.rsAmputate
version0.1.0
sourcesrc
created_at2022-08-15 18:57:20.314547
updated_at2022-08-15 18:57:20.314547
descriptioncrate for (currently windows) process injections using different techniques
homepage
repository
max_upload_size
id646101
size4,434
Arun (GinGeReD4)

documentation

README

A place for popular offensive tradecraft  techniques

usage : 
fn code_inject("explorer",[0x00,0x0a.......].to_vec());  // injects raw shellcode into the given process 

fn loadl_dll("explorer","C:\temp\shell.dll") // injects the dll into the given process 

hold on while I update more techniques that not only include shellcode and injection techniques but also detours,manualmappings,apicall cloaks and ....
Commit count: 0

cargo fmt