Linux sicherheit: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „ Programme * chkrootkit - Linux rootkit scanner * Lynis - Universal security auditing tool and rootkit scanner <source lang=bash> lynis update info lynis audit…“)
 
Zeile 6: Zeile 6:
 
lynis update info
 
lynis update info
 
lynis audit system
 
lynis audit system
 +
</source>
 +
* rkhunter
 +
<source lang=bash>
 +
rkhunter --update
 +
rkhunter -c
 
</source>
 
</source>
  
 
== Quellen ==
 
== Quellen ==
 
* https://www.howtoforge.com/tutorial/how-to-scan-linux-for-malware-and-rootkits/
 
* https://www.howtoforge.com/tutorial/how-to-scan-linux-for-malware-and-rootkits/

Version vom 12. Februar 2017, 16:41 Uhr

Programme

  • chkrootkit - Linux rootkit scanner
  • Lynis - Universal security auditing tool and rootkit scanner
lynis update info
lynis audit system
  • rkhunter
rkhunter --update
rkhunter -c

Quellen