diff --git a/openscap.md b/openscap.md new file mode 100644 index 0000000..ec04998 --- /dev/null +++ b/openscap.md @@ -0,0 +1,5 @@ +```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