google / rrg

A Rust rewrite of the GRR agent.
MIT License
46 stars 22 forks source link

Implement the `EnumerateUsers` action #22

Open panhania opened 4 years ago

panhania commented 4 years ago

RRG should support the EnumerateUsers action. It does not have any input arguments and should respond with [User][users-response].

[users-response]: https://github.com/google/grr/blob/f0c26b1e83e77a8f53f7b7aef706b418061682ae/grr/proto/grr_response_proto/knowledge_base.proto#L97-L203