Affected by GO-2025-4079
and 4 other vulnerabilities
GO-2025-4079 : Silver has unrestricted traffic between Wireguard clients in github.com/bishopfox/sliver
GO-2026-4445 : Sliver Vulnerable to Website Path Traversal / Arbitrary File Read (Authenticated) 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-4548 : Sliver has Potential Zip Bomb Denial of Service in GzipEncoder 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
rpc
package
Version:
v0.0.6-alpha
Opens a new window with list of versions in this module.
Published: Jun 13, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
README
README
¶
RPC
This package contains the RPC APIs. The RPC APIs are responsible for the majority of the server-side logic and are invoked either locally by the server console or remotely via a client binary connected via the trasport package.
Expand ▾
Collapse ▴
Documentation
¶
GetRPCHandlers - Returns a map of server-side msg handlers
GetTunnelHandlers - Returns a map of tunnel handlers
RPCHandler - RPC handlers accept bytes and return bytes
RPCResponse - Called with response data, mapped back to reqID
Source Files
¶
Click to show internal directories.
Click to hide internal directories.