moloch-- / sliver-py

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

Fixed some referenced to Beacon protobuf object. #6

Closed mwgielen closed 2 years ago

mwgielen commented 2 years ago

Hi,

There were some beacon calls that used sliver_pb2.Beacon instead of client_pb2.Beacon. And I've renamed the beacon_id in beacon_task_content to task_id which is more descriptive of the argument.