sliver-py
sliver-py copied to clipboard
Free execution
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
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.