diff --git a/README.md b/README.md index 456eb4a..2505d20 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,10 @@ Careful of \0 bytes, do not forget them for strings in memory, I spent a lot of ## Interesting Rust libraries --WINAPI --[WINAPI2](https://github.com/MauriceKayser/rs-winapi2) --Windows - This is the official Microsoft one that I have not played much with +- WINAPI +- [WINAPI2](https://github.com/MauriceKayser/rs-winapi2) +- Windows - This is the official Microsoft one that I have not played much with +- [houdini](https://github.com/yamakadi/houdini) - Helps make your executable self-delete ## OPSEC @@ -147,6 +148,6 @@ This project grabs from a specific location the binary so I made a fork that rec ## Other projects I have have made in Rust --[UDPlant](https://github.com/trickster0/UDPlant) - Basically a UDP reverse shell --[EDR Detector](https://github.com/trickster0/EDR_Detector) - Detects the EDRs of the installed system according to the .sys files installed --[Lenum](https://github.com/trickster0/Lenum) - A simple unix enumeration tool +- [UDPlant](https://github.com/trickster0/UDPlant) - Basically a UDP reverse shell +- [EDR Detector](https://github.com/trickster0/EDR_Detector) - Detects the EDRs of the installed system according to the .sys files installed +- [Lenum](https://github.com/trickster0/Lenum) - A simple unix enumeration tool