diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 17:46:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 17:46:21 +0000 |
commit | 9cd64e13cb8ef4e8d26124b601112bf58bc38f5b (patch) | |
tree | 1e53b36f7e83fa16c49b4bfbaa8c9381d169eae1 /security | |
parent | 2df41f5614c19dd57edbaa5e2e9b83e01f04d6c1 (diff) | |
download | pkgsrc-9cd64e13cb8ef4e8d26124b601112bf58bc38f5b.tar.gz |
Add and enable nikto.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index af55d926b8f..bfd95d8e21d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.146 2003/12/04 00:34:59 heinz Exp $ +# $NetBSD: Makefile,v 1.147 2003/12/05 17:46:21 xtraeme Exp $ # COMMENT= Security tools @@ -65,6 +65,7 @@ SUBDIR+= nessus-libraries SUBDIR+= nessus-plugins SUBDIR+= netramet SUBDIR+= nfsbug +SUBDIR+= nikto SUBDIR+= opencdk SUBDIR+= openssh SUBDIR+= openssh+gssapi |