linux-privilege-escalation

Enumerate Linux systems for privilege escalation to root.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bingook/bingo --skill linux-privilege-escalation-bingook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linux-privilege-escalation
Source: https://github.com/bingook/bingo/tree/main/bingo/skills/hack-skills/linux-privilege-escalation
Command: npx skills add https://github.com/bingook/bingo --skill linux-privilege-escalation-bingook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive, expert Linux privilege escalation techniques, addressing various methods for escalating privileges to root on Linux systems from low-privileged shells.

Core Features & Use Cases

  • System Enumeration: Offers detailed system information enumeration steps and tools.
  • SUID/SGID exploitation: Identifies SUID/SGID binaries and provides exploitation strategies.
  • Capabilities Abuse: Covers manipulation of file capabilities for privilege escalation.
  • Cron/Timers Abuse: Explores abuse of cron and timers for execution privileges.
  • File and Directory Access: Assists in exploiting writable files, passwd/shadow modifications.
  • Network and Service Checks: Guides through monitoring and manipulating network services and processes.
  • Credential Harvesting: Shows techniques to collect and utilize credentials.
  • Use Case: If you have low-privilege shell access on a Linux system and need to obtain root access.

Quick Start

Execute the 'linux-privilege-escalation' Skill after gaining initial shell access on the target system to initiate the privilege escalation process.

Frequently Asked Questions about linux-privilege-escalation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I escalate privileges to root on a Linux system from a low-privilege shell?

To escalate privileges to root on a Linux system, you must perform detailed system enumeration to identify misconfigurations, harvest credentials, abuse SUID/SGID binaries, and analyze kernel versions for exploit potential.

What is the best way to find privilege escalation vectors through SUID binaries and file capabilities?

Finding privilege escalation vectors requires analyzing SUID/SGID binaries for exploitation strategies and checking file capabilities manipulation. You identify writable files and assess network services to uncover execution flaws.

How does exploiting cron entries and timers help with Linux privilege escalation?

Exploiting cron entries and timers helps with Linux privilege escalation by abusing scheduled tasks to gain execution privileges. If cron jobs run with higher privileges and reference writable paths, you can hijack them to execute commands.

Can I use kernel exploits for privilege escalation after enumerating the Linux system?

Yes, you can use kernel exploits for privilege escalation after enumerating the Linux system. Understanding and utilizing the specific kernel version allows you to identify and apply appropriate exploits to gain root access.

Does Linux privilege escalation require analyzing network services and processes?

Linux privilege escalation does require analyzing network services and processes to identify exploitable services. Monitoring and manipulating these network services can expose misconfigurations that allow privilege escalation to root.

Related Skills