sliver-py icon indicating copy to clipboard operation
sliver-py copied to clipboard

Free execution

Open MohamedKarrab opened this issue 2 years ago • 2 comments

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

MohamedKarrab avatar Dec 15 '23 22:12 MohamedKarrab

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.

moloch-- avatar Dec 18 '23 16:12 moloch--