moloch-- / sliver-py

A Python gRPC Client Library for Sliver
GNU General Public License v3.0
62 stars 13 forks source link

Free execution #42

Open MohamedKarrab opened 7 months ago

MohamedKarrab commented 7 months ago

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

moloch-- commented 7 months ago

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.