Ross ROSS = Recommend OSS · open-source software intelligence for agents

DominicBreuker/pspy

Monitor linux processes without root permissions observed · 2026-08-28

github.com/DominicBreuker/pspy · Go · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

54/100

  • Activity 70
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3128
  • days_rel: n/a
  • days_push: 185
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6155 stars · 568 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

pspy is a command line tool that snoops on Linux processes without root permissions by combining procfs scans with inotify watchers to catch short-lived processes. It reveals commands run by other users, such as cron jobs, making it popular for CTF enumeration and privilege escalation discovery.

Use cases

  • monitor linux processes without root
  • find cron jobs running on a server
  • enumerate a ctf box for privesc opportunities
  • catch short-lived processes other users run
  • demonstrate why passing secrets as cli arguments is unsafe
  • discover scheduled tasks during pentesting

When to choose

  • you need unprivileged visibility into other users' processes on linux
  • you are doing ctf or pentest privilege escalation enumeration
  • you want a static binary that runs anywhere without dependencies

When to avoid

  • you need root-level process auditing or syscall tracing (use auditd or strace)
  • you are on a non-linux platform
  • you need persistent monitoring with alerting rather than ad-hoc snooping

Facets

cli-tool · maturity stable

monitoring security cli security penetration-testing operating-systems cli privesc ctf process-monitoring procfs inotify pentesting enumeration command-line linux

1 source

Member repositories

RepositoryRoleHealth v2
DominicBreuker/pspymain54

For agents

markdown · JSON · MCP: product_card(name="DominicBreuker/pspy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem