Ronan Kervella

Results 15 comments of Ronan Kervella

This is a tricky one. We have full pty support for platform that support it (so, mostly everything other than windows), and the host program (the one started by the...

I guess we should look into a way to: - catch the `SIGSTP` signal at the client level - ask the operator whether they want it to be propagated to...

Also, a thing to consider: `SIGTSTP` does not seem to exists on Windows, so a Windows client won't have this feature.

By the way, for your specific example @jeffmcjunkin , the current behavior **should** work: ```shell [server] sliver (TALL_TADPOLE) > shell ? This action is bad OPSEC, are you an adult?...

We can track all of these in one PR/issue. Feel free to submit a PR, more fine tuned limits are always a good idea.

Yes sounds like you need to compile garble from source too

Could you please provide some info about the following elements, so I can address this faster: - target OS version - hershell architecture (amd64/386) Thanks

@pwn-star it should be fixed in 4497a20. Let me know if that's not the case.

Gotta get my hands on a Windows Server 2008 R2 iso before going further, the issue seems to be OS specific.

Hey @cyb3rwr3ck, That was actually on my todo list. I will try to work on this during the next few months, as well as implementing a port forwarding feature. FYI,...