Files
2026-02-08 06:32:17 -08:00
..
2025-12-31 08:39:55 -06:00
2026-01-27 21:01:55 -08:00
2025-10-04 11:49:32 -07:00
2026-02-08 06:32:17 -08:00
2026-02-07 15:46:17 -08:00

client/command/settings

Overview

Implements the 'settings' command group for the Sliver client console. Handlers map Cobra invocations to settings workflows such as beacons, opsec, and tables.

Go Files

  • beacons.go Configures beacon polling, jitter, and other runtime options.
  • commands.go Registers the settings command namespace and attaches subcommands.
  • opsec.go Manages operational security settings like auto tasks and notifications.
  • settings.go Lists and updates general client settings persisted to disk.
  • tables.go Adjusts table formatting preferences for console output.