Site Tools


linux:ubuntu:cvechecker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:ubuntu:cvechecker [2019/02/14 16:58] lunetikklinux:ubuntu:cvechecker [2021/05/31 12:52] (current) lunetikk
Line 12: Line 12:
 The following packages are needed: The following packages are needed:
 <code> <code>
-apt-get install libconfig-dev</code>+apt-get install sqlite3 libconfig-dev libsqlite3-dev autoconf xsltproc libbsd-dev</code>
  
 Install CVEChecker Install CVEChecker
Line 50: Line 50:
 [[https://rawgit.com/sjvermeu/cvechecker/master/docs/userguide.html|https://rawgit.com/sjvermeu/cvechecker/master/docs/userguide.html]] [[https://rawgit.com/sjvermeu/cvechecker/master/docs/userguide.html|https://rawgit.com/sjvermeu/cvechecker/master/docs/userguide.html]]
  
-Gather installed software (exclude non software parts like logfiles or windows mounts...)+Gather installed software (exclude non software paths like logfiles or windows mounts...)
 <code> <code>
 find / -path /var/spool/icinga2/perfdata -prune -o -path /backup -prune -o -path /marktplatz -prune -o -path /mnt -prune -o -path /media -prune -o -type f -perm -o+x > scanlist.txt find / -path /var/spool/icinga2/perfdata -prune -o -path /backup -prune -o -path /marktplatz -prune -o -path /mnt -prune -o -path /media -prune -o -type f -perm -o+x > scanlist.txt
linux/ubuntu/cvechecker.1550159899.txt.gz · Last modified: 2019/02/14 16:58 by lunetikk