Lucene search

K

Manual Linux Packages Audit

Select your OS and packages
Results of audit scan

To make a simple scan of your OS packages, please choose your OS type, version and put the list of packages in format retrived using following shell command
Shell command to retrieve list of OS packages
Debian-based os
dpkg-query -W -f='${Package} ${Version} ${Architecture}\n'
RedHat-based os
rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n'