Skip to content

mod_process

Germán Luis Aracil Boned edited this page Apr 6, 2026 · 1 revision

mod_process

Category: System & Monitoring | Version: v1.0.0 | Source: modules/mod_process/mod_process.c

Description

Sandboxed system command execution via popen(). Configurable whitelist of allowed commands. Rejects dangerous patterns (;, |, &&, backticks). Admin-only access.

Paths

Path Method Description
/process/exec ACTION Execute whitelisted command
/process/whitelist GET List allowed commands

Security

  • Commands must be on the whitelist
  • Shell metacharacters rejected
  • Admin label required
  • Timeout enforced per command

Clone this wiki locally