CodeX

Results 14 comments of CodeX

also, i might just be being blind I cant seem to find a copy paste command in help. Is there one? I can only see mv rm and rename. ```...

yeah, like @rkervella said i meant a cp command in slivers agent :P

is the cp command planned? it should be fairly straightforward to just use golangs builtin copy paste methods im guessing.

Alright. il try doing it tmw, tho I havent touched sliver codebase yet.

Gonna be figuring out how to add commands to sliver from looking at https://github.com/BishopFox/sliver/pull/638. Is that a good place to start?

> It's a bug, I ran into this the other day. did some testing, seems like session close is triggered by the implant proc dying. The kill command stops the...

ah! that seems to work. Yeah that reasoning for cleanly killing the agent without the process dying makes sense. Thanks!

Also, I havent touched protobuf until now. I saw when they were adding the mv command they had to regenerate the protobufs? Is there somewhere that documents how to do...