Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
linux:ubuntu:cvechecker [2019/02/14 16:58] – lunetikk | linux:ubuntu:cvechecker [2021/05/31 12:52] (current) – lunetikk |
---|
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 |
[[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 |