Affected by GO-2024-2993
and 1 other vulnerabilities
GO-2024-2993: Sliver Allows Authenticated Operator-to-Server Remote Code Execution in github.com/bishopfox/sliver
GO-2026-4280: Sliver Vulnerable to Pre-Auth Memory Exhaustion via NoEncoder Bypass in github.com/bishopfox/sliver
package
Version:
v1.6.6
Opens a new window with list of versions in this module.
Published: Jan 16, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 50
Opens a new window with list of known importers.
README
¶
client/command/help
Overview
Implements the 'help' command group for the Sliver client console. Handlers map Cobra invocations to help workflows such as long help.
Go Files
help.go – Houses the legacy grouped help implementation for the console, kept for reference and future reuse.
long-help.go – Stores long-form help templates and utilities for formatting command documentation.
Documentation
¶
View Source
var (
C2ProfileImportStr = `[[.Bold]]Command:[[.Normal]] Import
[[.Bold]]About:[[.Normal]] Load custom HTTP C2 profiles.
`
)
FormatHelpTmpl - Applies format template to help string
GetHelpFor - Get help string for a command
Source Files
¶
Click to show internal directories.
Click to hide internal directories.