====== portaudit ====== * [[FreeBSD]] * [[FreeBSD Ports Upgrades]] === Arguments === * **-a** - print a vuln report for all installed packages * **-d** - print the creation date of the database * **-F** - fetch the current database * **-q** - quiet mode * **-X ** - Download a fresh database if more than old * **-f ** - Check the packages listed in for vulns * **** - Check for vulns for === Howto === == Update security and check installed ports == /usr/local/sbin/portaudit -Fda == Check a remote machine == ssh remote.example pkg_info | awk '{ print $1 }' | xargs portaudit