feat(forensics): implement full process acquisition workflow #29

Merged
garrett merged 1 commit from feat/process_acquirer into develop 2026-01-20 12:59:32 +00:00
Owner
  • Enhance PsCommand with support for SELinux, threads, and custom formats
  • Add ProcessAcquirer for automated collection and parsing of running processes
  • Categorize processes (system vs user) and export to JSON with metadata
  • Integrate process acquisition into the web frontend
- Enhance PsCommand with support for SELinux, threads, and custom formats - Add ProcessAcquirer for automated collection and parsing of running processes - Categorize processes (system vs user) and export to JSON with metadata - Integrate process acquisition into the web frontend
feat(forensics): implement full process acquisition workflow
All checks were successful
WAFB CI / quality (pull_request) Successful in 1m41s
WAFB CI / release (pull_request) Has been skipped
add864f26b
- Enhance PsCommand with support for SELinux, threads, and custom formats
- Add ProcessAcquirer for automated collection and parsing of running processes
- Categorize processes (system vs user) and export to JSON with metadata
- Integrate process acquisition into the web frontend
garrett force-pushed feat/process_acquirer from add864f26b
All checks were successful
WAFB CI / quality (pull_request) Successful in 1m41s
WAFB CI / release (pull_request) Has been skipped
to e22eda27d6
All checks were successful
WAFB CI / quality (pull_request) Successful in 1m52s
WAFB CI / release (pull_request) Has been skipped
2026-01-19 22:20:58 +00:00
Compare
@ -4,2 +4,4 @@
export interface PsOptions extends CommandOptions {
/** Show all processes (default: true) - Maps to `-A` */
Collaborator

rimuoviamo i commenti ovvi

rimuoviamo i commenti ovvi
n marked this conversation as resolved
garrett force-pushed feat/process_acquirer from e22eda27d6
All checks were successful
WAFB CI / quality (pull_request) Successful in 1m52s
WAFB CI / release (pull_request) Has been skipped
to 48d92ffff4
All checks were successful
WAFB CI / quality (pull_request) Successful in 2m15s
WAFB CI / release (pull_request) Has been skipped
WAFB CI / quality (push) Successful in 2m14s
WAFB CI / release (push) Has been skipped
2026-01-20 11:30:18 +00:00
Compare
garrett merged commit 48d92ffff4 into develop 2026-01-20 12:59:32 +00:00
garrett deleted branch feat/process_acquirer 2026-01-20 12:59:32 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
garrett/wafb!29
No description provided.