Retrieves the list of brew packages installed in the target OSX system.: This, with the help of a vulnerability feed, can help tell if a vulnerable application is installed.
Query:
select * from homebrew_packages;Additional Query Info:
Version: 1.4.5
Platform: darwin
Interval: 86400
JSON:
{ "queries": { "homebrew_packages": { "query" : "select * from homebrew_packages;", "interval" : "86400", "platform" : "darwin", "version": "1.4.5", "description" : "Retrieves the list of brew packages installed in the target OSX system.", "value" : "This, with the help of a vulnerability feed, can help tell if a vulnerable application is installed." } } }