Affected by GO-2023-1866
and 2 other vulnerabilities
GO-2023-1866 : Silver vulnerable to MitM attack against implants due to a cryptography vulnerability in github.com/bishopfox/sliver
GO-2025-4079 : Silver has unrestricted traffic between Wireguard clients in github.com/bishopfox/sliver
GO-2026-4280 : Sliver Vulnerable to Pre-Auth Memory Exhaustion via NoEncoder Bypass in github.com/bishopfox/sliver
Discover Packages
github.com/bishopfox/sliver
util
leaky
package
Version:
v1.5.7
Opens a new window with list of versions in this module.
Published: Feb 23, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package lib leakbuf.go is stolen form ss
LeakyBuf leakybuf
NewLeakyBuf creates a leaky buffer which can hold at most n buffer, each
with bufSize bytes.
Get returns a buffer from the leaky buffer or create a new buffer.
Put add the buffer into the free buffer pool for reuse. Panic if the buffer
size is not the same with the leaky buffer's. This is intended to expose
error usage of leaky buffer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.