mirror of
https://github.com/deadjakk/RustPivot
synced 2026-06-08 13:46:27 +00:00
588 B
Executable File
588 B
Executable File
RustPivot Implant
Building
- First edit the 'port' and 'ip' variables in src/main.rs to match the backend address configured for server.
- Then build with:
cargo build --release --bin implant - Then run with
./implantor.\implant.exe(Windows)
Usage Tips
- After building, run
stripagainst the resulting binary to significantly reduce the binary size. - Look into using LTO and optimization for size to further reduce binary size.
- It will build for whatever operating system it is compiled on unless
specified otherwise via the
--targetflag.