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
package
Version:
v1.7.2
Opens a new window with list of versions in this module.
Published: Feb 23, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
implant/sliver/shell/ssh
Overview
SSH-based shell transport helpers. Establishes SSH-backed command execution channels for implants.
Go Files
ssh.go – Implements SSH-backed shell execution and channel management within the implant.
Documentation
¶
func RunSSHCommand(host string, port uint16, username string, password string, privKey []byte, krb5conf string, keytab []byte, realm string, command string) (string, string, error)
RunSSHCommand - SSH to a host and execute a command
Source Files
¶
Click to show internal directories.
Click to hide internal directories.