gtfobins/gtfobins.github.io

GTFOBins is a curated list of Unix-like executables that can be used to bypass local security restrictions in misconfigured systems.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 4th, 2026
Created on May 21st, 2018
Open Issues & Pull Requests: 26 (+0)
GitHub issues: Enabled
Number of forks: 1,677
Total Stargazers: 13,629 (+0)
Total Subscribers: 156 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 36.6 days
Mean response time: 199.2 days
90th percentile: 776.6 days
Tracked items: 19

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 128 days
Stale 30+ days: 5
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GTFOBins is a security reference that documents Unix-like executables that can be exploited to bypass local security restrictions in misconfigured systems.

The project addresses the problem of identifying which common system binaries can be abused for privilege escalation, file read/write, reverse shell creation, and other post-exploitation techniques. It works by maintaining a curated database of these executables along with specific command sequences and techniques for exploiting them. Rather than requiring security researchers to discover these methods independently, GTFOBins centralizes this knowledge in one searchable reference.

Security professionals conducting penetration tests or red team exercises should adopt this tool as a quick reference during assessments. It suits anyone who needs to understand the attack surface of a Unix-like system or verify whether a particular binary presents a security risk. Blue team members and system administrators can use it to identify and remediate misconfigurations that expose these binaries. The project is particularly valuable when assessing systems where common utilities like sudo, find, or awk are available with elevated privileges.

The project maintains a steady stream of contributions adding new binaries and techniques to its database. The codebase is organized in YAML format, making it straightforward for contributors to add entries following the established structure. Updates appear to focus on expanding coverage of exploitable binaries and refining existing technique documentation rather than architectural changes. The project sustains active engagement from the security community in identifying and documenting new attack vectors.