Skip to main content

Security

Perform Penetrative testing in Ubuntu

Submitted by system on
Penetrative testing in Ubuntu can be done using the oscap tool. Download the latest vulnerability list using the command wget https://security-metadata.canonical.com/oval/com.ubuntu.$(lsb_release -cs).usn.oval.xml.bz2
Evaluate the vulnerability using the oscap command oscap oval eval --report report.html com.ubuntu.$(lsb_release -cs).usn.oval.xml
-- Link: https://ubuntu.com/security/oval