A collection of offensive security tools written in Rust. More details to come
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Set up Environment
sudo apt install cmake
Build!
cargo build [--release]
Add dependencies for cross-compiling
sudo apt install mingw-w64 rustup target add x86_64-pc-windows-gnu
cargo build --target x86_64-pc-windows-gnu [--release]
A simple TCP reverse shell, no bells or whistles.
Navigate to its config file and change the IP address and port before compiling