-
|
Hello, I'm taking a look at sliver's source code, and other armories that we can download to extend its functionality. But I'm having trouble trying to understand how I can integrate my own custom payload to talk to a https sliver listener. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
https://github.com/sliverarmory/private-armory As for having a custom payload talk to the https listener, you'd need to re-implement the server comms protocol, which is currently not documented in detail outside of the source code. If you just want a custom extension/alias ext. I would recommend looking at the existing code examples or lookup details on implementing Cobalt Strike BOFs, which Sliver is compatible with. |
Beta Was this translation helpful? Give feedback.
https://github.com/sliverarmory/private-armory
As for having a custom payload talk to the https listener, you'd need to re-implement the server comms protocol, which is currently not documented in detail outside of the source code.
If you just want a custom extension/alias ext. I would recommend looking at the existing code examples or lookup details on implementing Cobalt Strike BOFs, which Sliver is compatible with.