Retrieves all the installed packages on the target Linux system.: This, with the help of vulnerability feed, can help tell if a vulnerable application is installed.
Query:
select * from portage_packages;Additional Query Info:
Version: 2.0.0
Platform: linux
Interval: 86400
JSON:
{ "queries": { "portage_packages": { "query" : "select * from portage_packages;", "interval" : "86400", "platform" : "linux", "version": "2.0.0", "description" : "Retrieves all the installed packages on the target Linux system.", "value" : "This, with the help of vulnerability feed, can help tell if a vulnerable application is installed." } } }