HACKING
MenuWriteupsMy ProjectsAbout me
  • 👾Ethical Hacking
  • 🔑Cracking - Hashing
  • Operating Systems
    • 🐧Linux
  • Reconnaissance
    • 🌐Network Scanning
  • Post-Exploitation
    • ⬆️Privilege Escalation
    • 🛠️Privilege Escalation Tools
      • ♠️LinPEAS
      • ♥️Pspy64
      • ♣️Linux Smarter Enumeration
      • #️⃣GTFObins
  • ☠️Vulnerabilities
    • 💥Software Vulnerabilities
      • Bash
      • C
    • Linux Vulns
  • Practice
    • 📖Writeups
      • HackMyVM
        • Easy 🟢
          • Gift
          • Helium
          • Hidden
          • Ripper
          • Beloved
          • Noob
          • Hundred
          • Bah
          • Doc
          • Warez
          • Doubletrouble
          • Stars
          • Method
  • About me
    • 📚My projects
    • 👤About me
Powered by GitBook
On this page
  1. Post-Exploitation
  2. Privilege Escalation Tools

LinPEAS

Last updated 1 year ago

LinPEAS is an automated tool designed to identify vulnerabilities and misconfigurations in Linux systems. Its main purpose is to facilitate privilege escalation on Linux systems during security testing or ethical assessments. The tool examines various aspects of the system and generates detailed reports, helping to identify and address potential security weaknesses.

Download:

wget -q https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh

🛠️
♠️
Official GitHub Repository