From 2462248b36c39e09764694d31b68477ae2216547 Mon Sep 17 00:00:00 2001 From: Willy Date: Tue, 9 Jun 2026 19:50:23 +0200 Subject: [PATCH] Update openscap.md --- openscap.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/openscap.md b/openscap.md index ec04998..d912efa 100644 --- a/openscap.md +++ b/openscap.md @@ -1,5 +1,14 @@ +## Installation d'OpenSCAP sur Debian12 + +```bash +sudo apt update +sudo apt install openscap-scanner openscap-utils ssg-debian +``` +## Execution d'un audit de sécurité + ```bash wget https://www.debian.org/security/oval/oval-definitions-$(lsb_release -cs).xml.bz2 bunzip2 oval-definitions-$(lsb_release -cs).xml.bz2 oscap oval eval --report rapport-vulns.html oval-definitions-$(lsb_release -cs).xml -``` \ No newline at end of file +``` +