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

Pspy64

Last updated 1 year ago

Pspy64 is a process monitoring tool for Linux systems, providing real-time information on running processes. It aids security professionals and system administrators in identifying potential security vulnerabilities or suspicious activities. The tool tracks and displays process interactions, helping to uncover unexpected or potentially malicious behaviors.

Download:

wget https://github.com/DominicBreuker/pspy/releases/download/v1.2.1/pspy64

🛠️
♥️
Official GitHub Repository