Files
Angerona/documentation-payload/Cazalla/commands/ps.md
T
marcos.luna 2fe9fa8254 wiki created
2025-11-06 12:23:49 +01:00

1015 B

ps - List Processes

List all running processes on the target system.

Description

The ps command lists all running processes on the target system. Displays detailed process information including PID, process name, parent PID, architecture, username, and session ID. Automatically updates the Mythic Process Browser.

Syntax

ps

Examples

ps

Features

  • Displays detailed process information including:

Output

PID     Process Name          PPID    Arch    User                    Session
-----   -------------------   -----   -----   ----------------------  -------
1234    explorer.exe          1230    x64     DESKTOP-ABC\User        1
5678    chrome.exe            1234    x64     DESKTOP-ABC\User        1

Process Browser Integration


Command Category: Process Management
Requires Admin: No
MITRE ATT&CK: T1057 - Process Discovery