Velocidex / velociraptor

Digging Deeper....
https://docs.velociraptor.app/
Other
2.8k stars 469 forks source link

Check for running server before admin vql #3569

Closed scudette closed 3 weeks ago

scudette commented 4 weeks ago

Sometimes vql plugins that admin the server accidentally work with the query command line command. This causes confusion for users thinking that it's possible to admin using the query command line option.

We should refuse to run any admin plugins outside of the server process to avoid corruption with the running server and to clarify the requirements to only admin in the running server process.

scudette commented 3 weeks ago

Implemented by #3575