Affected by GO-2023-1866
and 10 other vulnerabilities
GO-2023-1866: Silver vulnerable to MitM attack against implants due to a cryptography vulnerability in github.com/bishopfox/sliver
GO-2025-3472: SSRF in sliver teamserver 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
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
GO-2026-4723: Sliver Vulnerable to Authenticated OOM via Memory Exhaustion in mTLS/WireGuard Transports in github.com/bishopfox/sliver
GO-2026-4899: Sliver: Nil Pointer Dereference in tunnelCloseHandler causes panic when a reverse tunnel (rportfwd) close is attempted in github.com/bishopfox/sliver
GO-2026-5175: Sliver One-Click Remote Access: Insecure CORS & Unauthenticated MCP Interface in github.com/bishopfox/sliver
type SGNConfig struct {
AppDir string Architecture string// Binary architecture (32/64) (default 32) Asci bool// Generates a full ASCI printable payload (takes very long time to bruteforce) BadChars []byte// Don't use specified bad characters given in hex format (\x00\x01\x02...) Iterations int// Number of times to encode the binary (increases overall size) (default 1) MaxObfuscation int// Maximum number of bytes for obfuscation (default 20) PlainDecoder bool// Do not encode the decoder stub Safe bool// Do not modify any register values Verbose bool Output string Input string}