You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to setup a shell and a socks5 proxy from a session but i cannot because i need a tunnel ID which I guess comes from creating a tunnel
Describe the solution you'd like
Integration of tunnels methods like create_tunnel, close_tunnel or atleast an explication on how it works so I can add it myself.
Describe alternatives you've considered
No real alternative except adding shell and socks5 capacities.
The text was updated successfully, but these errors were encountered:
Tunnels are implemented on top of the gRPC layer, and require calling a few different gRPC APIs to coordinate the connection. It's certainly possible to implement them in Sliver-Py (since it has access to the low level gRPCs) we've just not had the time to do so.
Is your feature request related to a problem? Please describe.
I want to setup a shell and a socks5 proxy from a session but i cannot because i need a tunnel ID which I guess comes from creating a tunnel
Describe the solution you'd like
Integration of tunnels methods like create_tunnel, close_tunnel or atleast an explication on how it works so I can add it myself.
Describe alternatives you've considered
No real alternative except adding shell and socks5 capacities.
The text was updated successfully, but these errors were encountered: