Skip to content

XoanOuteiro/rustybins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RustyBins

A CLI GTFOBins browser, for those who don't like leaving the terminal

Important disclaimer

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.

Installing

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 build

Once 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/

Usage

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

About

A CLI GTFOBins browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages