Issues running queries from the command line

24 views
Skip to first unread message

Harold Thurnstein

unread,
Feb 25, 2022, 1:57:03 AM2/25/22
to velociraptor-discuss
Hi,

Is anyone having a problem querying clients() from the command line for velociraptor 6.3?

I've applied the latest binary and if I run the following then I get no results returned:

$ ./velociraptor-v0.6.3-linux-amd64 --config ../etc/server.config.yaml query 'SELECT * FROM clients()'
[]

Yet if I run the previous binary (6.2) then I get results:

./velociraptor-v0.6.2-linux-amd64 --config ../etc/server.config.yaml query 'SELECT * FROM clients()'  
[
{
 "client_id": "C.28572267decea663",
 "agent_information": {
  "version": "2021-09-09T12:14:06+10:00",
  "name": "velociraptor",
  "build_time": ""
 }, ... ]

Do I need a completely fresh install or is there something else to it?

Thanks.

Hoover.

Reply all
Reply to author
Forward
0 new messages