Files
2025-10-04 11:49:32 -07:00

11 lines
303 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# client/command/kill
## Overview
Implements the 'kill' command group for the Sliver client console.
## Go Files
- `commands.go` Registers the kill command and binds timeout/target flags.
- `kill.go` Terminates sessions or beacons on the server, handling confirmations and output messaging.