Writing a Reverse Shell in Rust
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";
if
ashbo3n.hashnode.dev4 min read