Skip to content

CristinaSolana/ggtfobins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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