Ronan Kervella

Results 119 comments of Ronan Kervella

Looks like we have a Linux compatible sample here, need to see what's needed for unix / OS X to make it work too: https://github.com/shubhros/drunkendeluge/blob/master/semaphore/semaphore.go

@usiegl00 I'm not fond of this solution two reasons: - we want to avoid the implant running multiple time on the same host, and that should be handled implant-side. Using...

Dynamically adding new transports is currently not an option, as the responsible code for the transport is added at compile time (and we don't have at-runtime loadable go code working...

As you've noticed, it's a known issue. We're waiting on that PR to be merged in MSF to update the Sliver code to support the new HTTP staging protocol. Also:...

Haha no sorry, I believe the other "undocumented issues" that come to my mind right now are UX issues in the client, nothing as deal-breaking as this one though :)

> @rkervella you know the `execute-assembly` code better than me, would it be hard to add a `pid` or something? Not really hard no, there's a bunch of stuff I...

Also, in the meantime, there's a `getprivs` command that has been merged into master recently (no release yet) that gives you the list of privileges for the current process. Should...

It's an issue we have on the backlog, there's sort of a workaround for it: use the [multiplayer mode](https://github.com/BishopFox/sliver/wiki/Multiplayer-Mode) and connect to the server using the client. That way if...

Pretty sure it's a grumble thing, didn't behave like this before, but I noticed it a few months back doing stuff with `execute-assembly` and Rubeus. We might need to fork...

Yeah that's the issue I faced a few weeks ago, it was working fine last year.