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