Files
2026-02-22 16:37:30 -08:00
..
2026-02-07 15:46:17 -08:00
2023-06-03 03:59:24 +02:00
2025-10-04 11:49:32 -07:00
2025-12-31 10:04:27 -06:00

client/command/creds

Overview

Implements the 'creds' command group for the Sliver client console. Handlers map Cobra invocations to creds workflows such as ADD, hash types, RM, and select.

Go Files

  • add.go Adds credentials to the client store via interactive or flag-based input.
  • commands.go Registers credential management commands and subcommands.
  • creds.go Lists stored credentials and formats them for display.
  • hash-types.go Enumerates supported hash types and their identifiers.
  • rm.go Removes credentials by ID or filter from the store.
  • select.go Selects credentials for use in other workflows, updating defaults.