Hi guys, could you advise me on how to use osquery...
# general
s
Hi guys, could you advise me on how to use osquery to retrieve the same configurations that I previously obtained via the
sysctl -a
command?
f
i would start with
SELECT * FROM system_controls;
s
Thanks, I will try🙏