Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tunnel capacity #41

Open
Anhydrite opened this issue Oct 19, 2023 · 3 comments
Open

Add tunnel capacity #41

Anhydrite opened this issue Oct 19, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Anhydrite
Copy link

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.

@moloch-- moloch-- added the enhancement New feature or request label Oct 19, 2023
@Anhydrite
Copy link
Author

@moloch-- Hey, is it possible to brief me about how tunnels work ?
Sorry for the bothering and thanks for your response :D

@moloch--
Copy link
Owner

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.

@moloch--
Copy link
Owner

There's no detailed documentation on this, but if you look at the Go implementation they're not too complicated (if you know Go and gRPC well enough).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants