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