Ronan Kervella

Results 119 comments of Ronan Kervella

I think @CodeXTF2 meant a `cp` command. We don't currently have that IIRC.

> The kill command stops the implant but doesnt kill my proc when ran from a loader. This is by design, use the `--force` flag if you want to kill...

There's a target in the [Makefile](https://github.com/BishopFox/sliver/blob/cec867426f215cf127d8491c9e66bbab5ad6ae80/Makefile#L135-L141) to do that. Once you've added your protobuf messages and defined your RPC in [services.proto](https://github.com/BishopFox/sliver/blob/master/protobuf/rpcpb/services.proto) you can run `make pb` to regenerate the protobuf...

Are you running the `sharp-wmi` command with the same user that created the pipe on the listening host? It's a current limitation of the implementation: the pipe has a specific...

Can you define a specific use case?

Makes sense. I'll play with `CreateMutexA` and see what's the most convenient way to integrate that. We'll probably need to modify the `generate` command to have a common mutex name...

So basically a semaphore.