{"id":17382959,"url":"https://github.com/jsmoreira02/catbinaries","last_synced_at":"2025-08-03T01:33:02.076Z","repository":{"id":253321540,"uuid":"843150585","full_name":"Jsmoreira02/CatBinaries","owner":"Jsmoreira02","description":"Tool to make privilege escalation on linux systems easier, using GTFObins (get the f*** out Binaries) techniques","archived":false,"fork":false,"pushed_at":"2024-09-24T03:54:49.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-17T12:21:39.978Z","etag":null,"topics":["gtfobins","hacking","hacking-tool","linux-security","privilege-escalation","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jsmoreira02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-15T22:23:28.000Z","updated_at":"2024-10-03T13:39:20.000Z","dependencies_parsed_at":"2024-08-15T23:56:24.385Z","dependency_job_id":null,"html_url":"https://github.com/Jsmoreira02/CatBinaries","commit_stats":null,"previous_names":["jsmoreira02/catbinaries"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jsmoreira02%2FCatBinaries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jsmoreira02%2FCatBinaries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jsmoreira02%2FCatBinaries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jsmoreira02%2FCatBinaries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jsmoreira02","download_url":"https://codeload.github.com/Jsmoreira02/CatBinaries/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228516387,"owners_count":17932442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gtfobins","hacking","hacking-tool","linux-security","privilege-escalation","shell-script"],"created_at":"2024-10-16T07:39:59.956Z","updated_at":"2025-08-03T01:33:02.066Z","avatar_url":"https://github.com/Jsmoreira02.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo-removebg-preview](https://github.com/user-attachments/assets/cb5e882f-c212-4d60-946b-d029f1d72ad1)\n\n\n# CatBinaries\n\n\u003cdiv align=\"left\"\u003e\n    \n  [![License: GPL-2.0](https://img.shields.io/badge/License-GPL--2.0-blue.svg)](https://opensource.org/licenses/GPL-2.0)\n  \u003cimg src=\"https://img.shields.io/badge/Language%20-Shell Script-darkgreen.svg\" style=\"max-width: 100%;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Tool%20-Privilege escalation-brown.svg\" style=\"max-width: 100%;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Target OS%20-Linux-yellow.svg\" style=\"max-width: 100%;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/%20-Linux Security-beige.svg\" style=\"max-width: 100%;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/CTFs tools%20-teste?style=flat\" style=\"max-width: 100%;\"\u003e  \n\n\u003c/div\u003e\n\n**This project is strongly inspired by the GTFO bins project. Built for lazy hackers (like me) who prefer to do everything in one place**\n\nTool to make privilege escalation on linux systems easier, using GTFObins (get the f*** out Binaries) techniques. The tool is designed to exploit, identify and list all binaries deconfigured for privilege exploitation: Binaries with SUID, Capabilities, SUDO privileges, reading privileged files. \n\n\u003e GTFOBins is a community-driven project that aims to collect Unix binaries that can be abused for privilege escalation. Each entry in the GTFOBins database provides detailed information about a specific binary, including its functionality, potential vulnerabilities, and instructions on how to exploit it to gain escalated privileges. The database serves as a valuable resource for security researchers and system administrators.\n\n## Upload directly to the target machine:\n```bash\ncurl https://raw.githubusercontent.com/Jsmoreira02/CatBinaries/refs/heads/main/CatBinaries.sh -o /tmp/CatBinaries.sh\n```\n\n## Identify Vulnerable Binaries - Outdated video:\n  ![Gravaratela_20240815_195946online-video-cutter com-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/8f154db1-bf71-44d0-8469-361c36697d86)\n\n## Exploit Methods:\n - **SUID**: If the binary has the SUID bit set, it can be exploited to give the highest privilege on Linux/Unix\n\n- **Sudo Binaries**: If the binary is allowed to run as superuser by sudo, it can be exploited to give the highest privilege on Linux/Unix\n\n- **Capabilities**: Exploit CAP_SETUID capability\n\n- **Reverse Shell**: Remote connection\n\n- **File Read**: It reads data from files, it may be used to do privileged reads\n\n##\n\n## New techniques and mechanics:\n\n#### ❗ Now you can add the full/custom path of the binary or sudo as a prefix. ❗:\n- The script will recognize the binary and use the normally selected exploit method, but more versatile and new options to exploit the target\n\n  ### Examples:\n\n   - #### Sudo prefix:\n  \n--------------------------------\n    \n  ![Gravaodetelade2025-02-2202-03-44-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/947e4027-2600-4be4-aa1c-c5f9f0f73a44)\n\n--------------------------------\n   - #### Custom PATH:\n\n--------------------------------\n\n![Gravaodetelade2025-02-2202-25-40-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/eacc4ff9-a6db-4564-b606-5d518c64bf2e)\n\n--------------------------------\n\n## New Features:\n\n  - ⏰ **COMING SOON**: New form of exploitation: Library Load\n  - ⏰ **COMING SOON**: Clearing the tracks feature\n##\n\n- This script will constantly receive new binaries and forms of exploitation\n\n![Captura de imagem_20240815_202247](https://github.com/user-attachments/assets/45e90ab7-1c7d-42e7-b555-2d0099db3a0a)\n\n\n## Check out the source of inspiration\n\n  - [GTFOBins Page](https://gtfobins.github.io/)\n  - [@GTFOBins](https://github.com/GTFOBins)\n\n\n# Warning:    \n\u003e I am not responsible for any illegal use or damage caused by this tool. It was written for fun, not evil and is intended to raise awareness about cybersecurity.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmoreira02%2Fcatbinaries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmoreira02%2Fcatbinaries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmoreira02%2Fcatbinaries/lists"}