Affected by GO-2024-2993
and 3 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
GO-2026-4466 : Sliver has DNS C2 OTP Bypass that Allows Unauthenticated Session Flooding and Denial of Service in github.com/bishopfox/sliver
GO-2026-4609 : Sliver is Vulnerable to Authenticated Nil-Pointer Dereference through its Handlers in github.com/bishopfox/sliver
Discover Packages
github.com/bishopfox/sliver
server
assets
package
Version:
v1.7.3
Opens a new window with list of versions in this module.
Published: Feb 24, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 36
Opens a new window with list of known importers.
README
README
¶
server/assets
Overview
Server-side embedded assets such as default profiles and resources. Packages default configurations, templates, and scripts for distribution. Key routines cover assets helpers, assets darwin amd64, assets darwin arm64, and assets linux amd64 within the assets subsystem.
Go Files
assets-helpers.go – Provides helper functions for locating and loading embedded server assets.
assets.go – Registers asset bundles and exposes filesystem abstractions.
assets_darwin_amd64.go – Embeds macOS amd64 asset blobs.
assets_darwin_arm64.go – Embeds macOS arm64 asset blobs.
assets_linux_amd64.go – Embeds Linux amd64 asset blobs.
assets_linux_arm64.go – Embeds Linux arm64 asset blobs.
assets_windows_amd64.go – Embeds Windows amd64 asset blobs.
Sub-packages
traffic-encoders/ – Managed traffic encoder templates bundled with the server. Provides default encoder definitions and related tests.
Expand ▾
Collapse ▴
Documentation
¶
English - Extracts the english dictionary for the english encoder
GetChunkDataDir - Get the Sliver chunk data dir, default is: ~/.sliver/crack/chunks/
GetRootAppDir - Get the Sliver app dir, default is: ~/.sliver/
func GetTrafficEncoderDir() string
GetTrafficEncoderDir - Get the Sliver traffic encoder dir, default is: ~/.sliver/traffic-encoders/
Setup - Extract or create local assets
SetupGoPath - Extracts dependencies to goPathSrc
Source Files
¶
Click to show internal directories.
Click to hide internal directories.