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 +``` +