Joe

Results 303 comments of Joe

You can add multiple domains/protocols at compile time in the current release version, dynamic reconfiguration is something we can look at adding. v1.5 does add basic support for this and...

I think a couple of these need wstring instead of string but i've not had time to go back and test. Thanks for putting the list together we'll dig into...

`psexec` is not yet supported in beacon mode

You can open a session from a beacon and then use `psexec`: https://github.com/BishopFox/sliver/wiki/Getting-Started#switching-from-beacon-mode-to-session-mode

I think this is due to improper handling of packet fragmentation in our socks5 implementation but it's very tricky to troubleshoot.

Yea the portfwd code we wrote from scratch, the socks5 is provided by a library (that we modified a little bit), suffice to say we just don't know the socks5...

Yea for that i think we need to get around to implementing `rportfwd` (which honestly shouldn't be _too_ hard) first.

Disabling GC for the entire process is not a tenable solution.

We can certainly implement this for HTTP/S, however the mTLS protocol relies on a direct TCP connection, in theory if there were a TCP proxy we could use it but...

Awesome we're going to be digging into this PR shortly.