Is there an equivalent in osquery for finding worl...
# general
w
Is there an equivalent in osquery for finding world writable files? On just the base OS I'd use the find command, but wondering if there is a good way to do it with osquery? I assume with the file table, but I'm not sure running
select * from file where path like '/%%'
is really recommended, if it even works at all (doesn't seem to return the results I expect)