Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.01 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.01 KB

Get GTFOBINS

Get info from GTFOBins about a given exploit from the command line

Image of GGTFOBINS

Install

go get github.com/CristinaSolana/ggtfobins

or grab the latest binary

Usage

ggtfobins --exploit suid --bins cpan,bash

Docker Usage

  1. docker pull nightshiftc/ggtfobins
  2. docker run -it nightshiftc/ggtfobins --exploit sudo --bins vim

Command not found error

Run export PATH=$PATH:$(go env GOPATH)/bin

Available Exploits

  • bind-shell
  • capabilities
  • command
  • file-download
  • file-read
  • file-upload
  • file-write
  • library-load
  • limited-suid
  • non-interactive-bind-shell
  • non-interactive-reverse-shell
  • reverse-shell
  • shell
  • sudo
  • suid

Contribute to GTFOBins


Follow GTFOBins' creators:

Follow me