google / rrg

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

Implement the `GetHostname` action #4

Closed larandaA closed 1 year ago

larandaA commented 4 years ago

RRG should support the GetHostname action. It does not have any input arguments and should respond with [DataBlob][hostname-response].

[hostname-response]: https://github.com/google/grr/blob/f0c26b1e83e77a8f53f7b7aef706b418061682ae/grr/proto/grr_response_proto/jobs.proto#L401-L423

panhania commented 1 year ago

Implemented in e2a62740fadbd318bd5be0e9d37d21cb009ebb1f as part of the get_sytem_metadata action.