From 35dd87ef486e11016d16f05082c9d323850397b3 Mon Sep 17 00:00:00 2001 From: Furkan Ayar Date: Wed, 20 Oct 2021 11:15:15 +0300 Subject: [PATCH] Readme Changed for UUID_Shellcode_Execution --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47c6a60..3afa090 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ My experiments in weaponizing [Rust](https://www.rust-lang.org/) for implant dev | [tcp_ssl_server](../master/tcp_ssl_server/src/main.rs) | TCP Server, with port parameter(Requires openssl and perl to be installed for compiling) | | [wmi_execute](../master/wmi_execute/src/main.rs) | Executes WMI query to obtain the AV/EDRs in the host| | [Windows.h+ Bindings](../master/bindings.rs) | This file contains structures of Windows.h plus complete customized LDR,PEB,etc.. that are undocumented officially by Microsoft, add at the top of your file include!("../bindings.rs"); | +| [UUID_Shellcode_Execution](../master/UUID_Shellcode_Execution/src/main.rs) | Plants shellcode from UUID array into heap space and uses `EnumSystemLocalesA` Callback in order to execute the shellcode. | ## Compiling the examples in this repo