mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
Add self-deleting executable library to the list of interesting libraries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user