/dashboard
Show running scans, system health, and engagement status
$ npx -y skills add ogrodev/fsociety --agent claude-codeHow 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.mddescription: 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
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]
Multi-plugin marketplace for Claude Code offensive security plugins
Repo: ogrodev/fsociety
Other commands on fsociety.
- /apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Open command - /archives
Archive or list previous engagement snapshots
Open command - /bruteforce
Password brute force and hash cracking against target services
Open command - /campaign
Resume or execute an attack campaign with progress tracking
Open command - /debrief
Post-engagement lessons learned analysis and debrief report
Open command - /dirscan
Directory and content discovery with recursive crawling
Open command

