AAshbo3ninashbo3n.hashnode.dev00Writing a Reverse Shell in RustApr 8 · 4 min read · We will write a basic Windows Reverse Shell in rust. We will only use std crate for it. First we will attempt to connect to the target's listener using: let remote_addr = "172.16.91.128:4001"; ifJoin discussion
AAshbo3ninashbo3n-redteam.hashnode.dev10Introduction To Sliver C2 — Ashbo3nApr 8 · 5 min read · Sliver C2 is a open source C2 (Command & Control) which is compared to cobalt strike, It is very useful for both beginner and advanced, some advanced uses cases follows: Generating Payloads (ImplanteJoin discussion
AAshbo3ninashbo3n.hashnode.dev10Basic Process InjectionApr 6 · 7 min read · In this blog we are going to use basic shell code process injection, Shellcode process injection a technique used to execute low-level machine code (shellcode) within the memory space of a legitimate,Join discussion