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

Ability to create pivot listeners on sessions #44

Open
mcauthorn opened this issue Jan 24, 2024 · 1 comment
Open

Ability to create pivot listeners on sessions #44

mcauthorn opened this issue Jan 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mcauthorn
Copy link

Is your feature request related to a problem? Please describe.
I'd love a way to create pivot listeners on a connected session. Is it possible now and I'm just not seeing it?

Describe the solution you'd like
A new property added to the session object that exposes the pivot command, e.g. something like this:
session.pivots('tcp', bind='0.0.0.0')
or
session.pivots('named-pipe',bind='foobar',timeout=60)

Describe alternatives you've considered
If there is a way to do this via a static configuration, that is an option for us as well - I can't seem to find such a config, however so I don't think it's possible.

Additional context
We're using sliver-py for automated actions, and one of them is to (hopefully) establish a pivot listener on a specific host or two.

@moloch-- moloch-- added the enhancement New feature or request label Feb 9, 2024
@moloch--
Copy link
Owner

moloch-- commented Feb 9, 2024

There's no high level API to do with in SliverPy right now, however you can potentially implement it on top of the lower level gRPC APIs in the same way the official client does it. We'd like to add higher lever APIs like this in the future, but dev time is limited.

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