Add self-deleting executable library to the list of interesting libraries

This commit is contained in:
Kadir Yamamoto
2021-11-14 15:34:22 +09:00
parent 9bffde2043
commit db609c0126
+7 -6
View File
@@ -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