Lynis: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 23: | Zeile 23: | ||
=report data= | =report data= | ||
*cat /var/log/lynis-report.dat | *cat /var/log/lynis-report.dat | ||
| − | |||
| − | |||
| − | |||
=links= | =links= | ||
*https://cisofy.com/documentation/lynis/ | *https://cisofy.com/documentation/lynis/ | ||
Version vom 12. November 2019, 11:03 Uhr
install
- apt-get install lynis
first run
with pause
- lynis audit system
without pause
- lynis audit system --quick
update check
- lynis update info
update lynis
ubuntu way
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C80E383C3DE9F082E01391A0366C67DE91CA5D5F
- sudo apt install apt-transport-https
- echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99disable-translations
- echo "deb https://packages.cisofy.com/community/lynis/deb/ stable main" | sudo tee /etc/apt/sources.list.d/cisofy-lynis.list
- sudo apt update
- sudo apt install lynis
repositories
log
- cat /var/log/lynis.log
report data
- cat /var/log/lynis-report.dat