mirror of
https://github.com/moloch--/sliver-py
synced 2026-06-08 16:08:05 +00:00
19 lines
500 B
ReStructuredText
19 lines
500 B
ReStructuredText
Sessions
|
|
========
|
|
|
|
This module is used to connect to session gRPC APIs. Users should only need to use the `InteractiveSession` class. The `BaseSession` class is not intended to be used directly but can be inherited by other Session classes.
|
|
|
|
BaseSessions
|
|
^^^^^^^^^^^^
|
|
.. autoclass:: sliver.session.BaseSession
|
|
:members:
|
|
:undoc-members:
|
|
|
|
InteractiveSession
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
.. autoclass:: sliver.InteractiveSession
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|