diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-04 21:18:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-04 21:18:59 +0800 |
commit | ae9152ebfc90f0b6f38bd97e91e4dce1a676a655 (patch) | |
tree | 45603b0a323b137b688fbf50879aac9ab3bfd990 /security/Makefile | |
parent | 62b868c95119d7ea8e7f28e430523c35fb57837f (diff) | |
download | freebsd-ports-gnome-ae9152ebfc90f0b6f38bd97e91e4dce1a676a655.tar.gz freebsd-ports-gnome-ae9152ebfc90f0b6f38bd97e91e4dce1a676a655.tar.zst freebsd-ports-gnome-ae9152ebfc90f0b6f38bd97e91e4dce1a676a655.zip |
[NEW PORT] security/openvas-server: A security scanner: a fork of Nessus
OpenVAS stands for Open Vulnerability Assessment System and
is a network security scanner with associated tools like a
graphical user fontend. The core is a server component with
a set of network vulnerability tests (NVTs) to detect
security problems in remote systems and applications.
WWW: http://www.openvas.org/
PR: ports/123128
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8f6c79ce5cf5..8f94e5a061fd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -317,6 +317,7 @@ SUBDIR += openvas-libnasl SUBDIR += openvas-libraries SUBDIR += openvas-plugins + SUBDIR += openvas-server SUBDIR += openvpn SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap |