Update README.md

This commit is contained in:
Thanasis Tserpelis
2021-10-04 12:40:41 +03:00
committed by GitHub
parent 2b3df93678
commit 5bad11cad2
+1
View File
@@ -52,6 +52,7 @@ My experiments in weaponizing [Rust](https://www.rust-lang.org/) for implant dev
| [tcp_ssl_client](../master/tcp_ssl_client/src/main.rs) | TCP client with SSL that ignores cert check (Requires openssl and perl to be installed for compiling) |
| [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 |
## Compiling the examples in this repo