Denis
11/12/2024, 5:41 PMFG
11/12/2024, 5:51 PMSELECT * FROM users CROSS JOIN chrome_extensions USING (uid);
FG
11/12/2024, 5:52 PMselect * from chrome_extensions;
it will not workDenis
11/12/2024, 6:52 PMDenis
11/12/2024, 6:54 PMStefano Bonicatti
11/12/2024, 7:01 PMW1112 20:00:11.824399 28544832 virtual_table.cpp:1006] The firefox_addons table returns data based on the current user by default, consider JOINing against the users table
W1112 20:00:11.825672 28544832 virtual_table.cpp:1023] Please see the table documentation: <https://osquery.io/schema/#firefox_addons>
Stefano Bonicatti
11/12/2024, 7:01 PMosqueryi
as root locallyDenis
11/12/2024, 7:02 PM