Skip to content
Security
Command

/dashboard

Show running scans, system health, and engagement status

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/dashboard

Context preview

What this command does when you run it.

Show running scans, system health, and engagement status

Command definition

dashboard.md
description: Show running scans, system health, and engagement status
allowed-tools: ToolSearch, Bash, Read, Glob
argument-hint:

Engagement Dashboard

Display current engagement status, running processes, and system health.

Step 1: Load Tools

Use ToolSearch to load:

  • `get_live_dashboard` — live dashboard with process monitoring
  • `list_active_processes` — show all active Hexstrike processes
  • `display_system_metrics` — system resource usage
  • `get_cache_stats` — tool cache statistics
  • `server_health` — Hexstrike server health check

Step 2: Server Health

Run `server_health` to verify the Hexstrike MCP server is connected and responsive.

Step 3: Active Processes

Run `list_active_processes` to show all currently running scans and tools. Display their status, progress, and target.

Step 4: System Metrics

Run `display_system_metrics` for CPU, memory, disk, and network usage. Flag any resource constraints that could affect scan performance.

Step 5: Engagement Files

Use Glob to find all report files in the project directory (`*.md`, `*-report.*`, `*-scan.*`). List them with modification dates to show engagement progress.

Step 6: Dashboard Output

Present a unified dashboard view:

=== Hexstrike Server: [status] ===

--- Active Scans ---
[list of running processes with targets and progress]

--- System Resources ---
CPU: [usage]  |  RAM: [usage]  |  Disk: [usage]

--- Engagement Files ---
[list of recon/scan output files with dates]

--- Cache ---
[hit rate and size]
Read more
Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety