All Projects → CristinaSolana → ggtfobins

CristinaSolana / ggtfobins

Licence: MIT license
Get GTFOBins info about a given exploit from the command line

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to ggtfobins

Vulnhub Ctf Writeups
This cheasheet is aimed at the CTF Players and Beginners to help them sort Vulnhub Labs. This list contains all the writeups available on hackingarticles.
Stars: ✭ 368 (+1262.96%)
Mutual labels:  penetration-testing, ctf, oscp
Ctf Notes
Everything needed for doing CTFs
Stars: ✭ 304 (+1025.93%)
Mutual labels:  enumeration, penetration-testing, oscp
Roadmap
GitBook: OSCP RoadMap
Stars: ✭ 89 (+229.63%)
Mutual labels:  penetration-testing, infosec, oscp
Oscp Pentest Methodologies
备考 OSCP 的各种干货资料/渗透测试干货资料
Stars: ✭ 166 (+514.81%)
Mutual labels:  penetration-testing, ctf, oscp
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+6655.56%)
Mutual labels:  enumeration, penetration-testing, oscp
oscp-omnibus
A collection of resources I'm using while working toward the OSCP
Stars: ✭ 46 (+70.37%)
Mutual labels:  penetration-testing, infosec, oscp
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+26737.04%)
Mutual labels:  enumeration, penetration-testing, infosec
Traitor
⬆️ ☠️ Automatic Linux privesc via exploitation of low-hanging fruit e.g. gtfobins, polkit, docker socket
Stars: ✭ 3,473 (+12762.96%)
Mutual labels:  infosec, privesc, gtfobins
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 870 (+3122.22%)
Mutual labels:  enumeration, penetration-testing, infosec
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+2770.37%)
Mutual labels:  enumeration, penetration-testing, oscp
Interlace
Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
Stars: ✭ 760 (+2714.81%)
Mutual labels:  enumeration, penetration-testing, oscp
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (+574.07%)
Mutual labels:  enumeration, penetration-testing, infosec
Pspy
Monitor linux processes without root permissions
Stars: ✭ 2,470 (+9048.15%)
Mutual labels:  enumeration, ctf, privesc
Fdsploit
File Inclusion & Directory Traversal fuzzing, enumeration & exploitation tool.
Stars: ✭ 199 (+637.04%)
Mutual labels:  enumeration, penetration-testing, oscp
S3Scan
Script to spider a website and find publicly open S3 buckets
Stars: ✭ 21 (-22.22%)
Mutual labels:  penetration-testing, infosec
OSCP-A-Step-Forward
Opening the door, one reverse shell at a time
Stars: ✭ 126 (+366.67%)
Mutual labels:  penetration-testing, oscp
graphw00f
graphw00f is GraphQL Server Engine Fingerprinting utility for software security professionals looking to learn more about what technology is behind a given GraphQL endpoint.
Stars: ✭ 260 (+862.96%)
Mutual labels:  enumeration, penetration-testing
Resources-for-Application-Security
Some good resources for getting started with application security
Stars: ✭ 97 (+259.26%)
Mutual labels:  infosec, ctf
pentest-reports
Collection of penetration test reports and pentest report templates. Published by the the best security companies in the world.
Stars: ✭ 111 (+311.11%)
Mutual labels:  penetration-testing, infosec
pwn-pulse
Exploit for Pulse Connect Secure SSL VPN arbitrary file read vulnerability (CVE-2019-11510)
Stars: ✭ 126 (+366.67%)
Mutual labels:  penetration-testing, infosec

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].