mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
d166de2cfd
Update and take maintainership due to maintainer timeout. [1] Add an optional service rc.d script to run a server that collects results sent from multiple vuls client nodes. A periodic script is also provided to create fresh daily reports. PR: 259948 [1] Maintainer timeout
15 lines
631 B
Plaintext
15 lines
631 B
Plaintext
Vuls is an agentless vulnerability scanner written in golang.
|
|
It can scan localhost or remote hosts via SSH. Vuls has a Terminal-Based User
|
|
Interface(TUI) to display the scan results.
|
|
|
|
Vuls' features include:
|
|
- scan for vulnerabilitie in Ubuntu, Debian, CentOS, Amazon Linux, RHEL, Oracle
|
|
Linux, FreeBSD and Raspbian;
|
|
- scan middleware that are not included in OS package management;
|
|
- nondestructive testing;
|
|
- email and slack notification.
|
|
|
|
Vuls uses the port security/go-cve-dictionary to look up information about
|
|
packages' CVEs. Install that port separately somewhere in your infrastructure
|
|
and point to it for CVE queries.
|