Differences
This shows you the differences between two versions of the page.
portaudit [2012/08/16 22:33] – created - external edit 127.0.0.1 | portaudit [2025/07/21 08:03] (current) – removed steve | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 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 < | ||
- | * **-f < | ||
- | * **< | ||
- | |||
- | === Howto === | ||
- | |||
- | == Update security and check installed ports == | ||
- | |||
- | < | ||
- | / | ||
- | </ | ||
- | |||
- | == Check a remote machine == | ||
- | |||
- | < | ||
- | ssh remote.example pkg_info | awk '{ print $1 }' | xargs portaudit | ||
- | </ |