Affected by GO-2025-4079
and 3 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
Discover Packages
github.com/bishopfox/sliver
server
db
package
Version:
v1.0.7-beta
Opens a new window with list of versions in this module.
Published: Aug 12, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 36
Opens a new window with list of known importers.
README
README
¶
DB
Key/value database implemented using badger-db, the exposed APIs are simplified and should abstract away most of the badger-specific code.
Expand ▾
Collapse ▴
Documentation
¶
DeleteBucket - Deletes a bucket from the filesystem and rootDB
Bucket - Badger database and namespaced logger
GetBucket returns a namespaced database, names are mapped to directories
thru the rootDB which stores Name<->UUID pairs, this allows us to support
bucket names with arbitrary string values
Delete - Delete a key/value
Get - Get a value for a given key (simplified API)
List - Returns a list of keys filtered by prefix. Note that modify this list will not affect the database.
Map - Returns a map of key/values filtered by prefix. Note that modify this map will not affect the database.
Set - Set a key/value (simplified API)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.