From ab299b165904e32421254ff446ac1e573d1e2bd1 Mon Sep 17 00:00:00 2001 From: Thanasis Tserpelis Date: Thu, 30 Sep 2021 21:25:59 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 220ba5c..363d399 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ # OffensiveRust -My experiments in weaponizing [Rust](https://www.rust-lang.org/) for implant development and general offensive operations. +My experiments in weaponizing [Rust](https://www.rust-lang.org/) for implant development and general offensive operations. +P.S. - Thank you for the template and the ideas from your research [byt3bl33d3r](https://twitter.com/byt3bl33d3r) on https://github.com/byt3bl33d3r/OffensiveNim, I hope it is okay I copied some stuff. ## Table of Contents @@ -130,5 +131,3 @@ This project grabs from a specific location the binary so I made a fork that rec -[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 - -P.S. - Thank you for the template and the ideas from your research [byt3bl33d3r](https://twitter.com/byt3bl33d3r) on https://github.com/byt3bl33d3r/OffensiveNim, I hope it is okay I copied some stuff.