Interactive Dashboard (TUI)¶
mysecutec tui launches a full-screen, interactive terminal UI for browsing
every MySecutec module — threats, assets, and all the dashboards — without
typing individual commands. It's a read-and-navigate companion to the scriptable
CLI: ideal for exploring, drilling into detail, and quick triage.
1 | |
It uses your active environment and login (set with mysecutec use <env> /
mysecutec login). Mouse interaction is supported in addition to the keyboard.
Navigation¶
| Key | Action |
|---|---|
k / ↑ |
Move up |
j / ↓ |
Move down |
enter |
Select / drill in |
esc |
Back |
g / G |
Jump to first / last |
n / p |
Next / previous page |
tab / shift+tab |
Next / previous module tab |
1–0, -, = |
Jump directly to a module tab |
] / [ |
Next / previous sub-tab |
? |
Toggle help |
r |
Refresh the current view |
q / ctrl+c |
Quit |
Filtering & actions¶
| Key | Action |
|---|---|
/ |
Search the current list |
s |
Filter by severity |
f |
Filter by status / type |
m |
Filter by module |
u |
Update threat status |
t |
View threats (for the selected asset) |
l |
View threat logs |
i |
Impersonate an organization |
I |
Clear impersonation |
L |
Log in |
Tip: prefer the non-interactive commands (see Commands) when you want to script, pipe to
jq, or drive the CLI from an AI agent. The TUI is for hands-on browsing.