Adrian Junge
02/07/2023, 4:32 PMsudo osqueryd --ephemeral --disable_logging --disable_database --extensions_socket /home/adrian/.osquery/osqueryd.sock --config_path=./osquery/osquery.conf --disable_extensions false
and I start the table with python3 test.py --socket /home/adrian/.osquery/osqueryd.sock
. But sadly an error "Could not connect to any of ['/home/adrian/.osquery/osqueryd.sock']" is raised every time in my logs. What am I doing wrong? Or do I have to bind the table in a different way?zwass
02/07/2023, 4:50 PMAdrian Junge
02/08/2023, 10:10 AM