Perform Penetrative testing in Ubuntu
Penetrative testing in Ubuntu can be done using the oscap tool.
Download the latest vulnerability list using the command
Evaluate the vulnerability using the oscap command
-- Link: https://ubuntu.com/security/oval
wget https://security-metadata.canonical.com/oval/com.ubuntu.$(lsb_release -cs).usn.oval.xml.bz2Evaluate 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