Ronan Kervella
Ronan Kervella
Can you check`$HOME/.sliver/logs/sliver.log` for a more verbose error message?
Can you name the "cloud platforms" where this happens? If we're not in a position to reproduce, we won't be able to help much.
@qqalex what version / commit number are you testing from? I can't reproduce this issue.
We're in a transition with extensions. The whole extension manifest has been revamped for 1.6, but most of the extensions in the armory are not compatible with that yet (to...
The `--evasion` flag has no impact on this. Right now, most of the Donut loader options are hardcoded: https://github.com/BishopFox/sliver/blob/7676fc6c37fc33ea17a6ce34784bec1e8107dce6/server/generate/donut.go#L50 I should probably update that so it can be user controlled.
This is a known issue. Still not sure if it's a regression in Garble or if something changed in the protobuf library, or a bit of both. Either way, Garble...
It seems we need to update the `cdproto` dependency, since `PartitionKey` changed from a `string` to a struct: https://github.com/chromedp/cdproto/blob/master/network/types.go#L1222
Sliver is not compatible with meterpreter's Linux stager, no.
My 2 cents: > It would be nice if the extension.json file had an optional default field for each argument that we could use to provide a value if the...
That's a bug. I fixed it in `v1.6` but there has not been a backport to `v1.5-master` yet.