rustcat
rustcat copied to clipboard
Windows Reverse Shell Support
~~It will be almost the same as unixshell.rs except you need to replace as_raw_fd and from_raw_fd with https://doc.rust-lang.org/std/os/windows/io/~~
It will be different than unix since windows doesn't have unified fds.