A CLI GTFOBins browser, for those who don't like leaving the terminal
This project is a Rust-based rewrite of the original ggtfobins tool by Cristina Solana. All credit for the concept, design, and original implementation goes to her and the maintainers of the original repository. This version aims to replicate the functionality in Rust, with no intention to claim ownership of the original work.
You will need to compile the code, don't worry as this is a very simple process:
First make sure you have installed cargo with you package manager of choice, then:
git clone https://github.com/XoanOuteiro/rustybins
cd ./rustybins/
cargo buildOnce the process is finished your binary named rustybins will be at ./target/debug/ , just add it to a folder that's in your PATH such as /usr/bin/
You may consult one or many binaries for each exploit, for example:
rustybins --exploit suid --bins vi,vim,nc
rustybins --exploit file-read --bins xargs