CristinaSolana / ggtfobins

Get GTFOBins info about a given exploit from the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get GTFOBins info about a given exploit from the command line

License:MIT License


Languages

Language:Go 96.2%Language:Dockerfile 3.8%