-
Hi, I'm a bit confused about how the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The connection string should be the address of the TCP listener in prelude. If you're running the Sliver client and Operator on the same host, a valid example would be |
Beta Was this translation helpful? Give feedback.
The connection string should be the address of the TCP listener in prelude. If you're running the Sliver client and Operator on the same host, a valid example would be
prelude-operator connect 127.0.0.1:1234
(assuming prelude's TCP listener is listening on1234/tcp
).The way this integration works is the Sliver client registers itself as a new implant in Prelude for each Sliver session and beacon. We're not using the Prelude API for this at the moment (because it was non existent when we wrote this implementation).