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
Make it possible to execute any command on the sliver server and get output
example, I want to use an armory command that doesn't exist within the sliver.interactive.BaseInteractiveCommands class
The text was updated successfully, but these errors were encountered:
Armory is implemented client-side, so you can already execute armory aliases/extensions using SliverPy what we currently lack is high level functions to make this easy, you have to manually call the low level gRPC APIs currently but it can be done.
Armory is implemented client-side, so you can already execute armory aliases/extensions using SliverPy what we currently lack is high level functions to make this easy, you have to manually call the low level gRPC APIs currently but it can be done.
Any examples who use this low level gRPC API? Many thanks!
Make it possible to execute any command on the sliver server and get output
example, I want to use an armory command that doesn't exist within the sliver.interactive.BaseInteractiveCommands class
The text was updated successfully, but these errors were encountered: