- enable all plugins as they are now working (spotted by msf@).

- don't check plugins' MD5s as many people use nessus-update-plugins.

ok msf@
This commit is contained in:
aanriot 2005-10-02 15:38:16 +00:00
parent 63396acca2
commit 298fdb2db5
3 changed files with 1233 additions and 28 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2005/08/16 09:49:53 espie Exp $
# $OpenBSD: Makefile,v 1.4 2005/10/02 15:38:16 aanriot Exp $
COMMENT= "plugins for Nessus"
DISTNAME= nessus-plugins-GPL-${VERSION}
PKGNAME= ${DISTNAME:S/-GPL//}p0
PKGNAME= ${DISTNAME:S/-GPL//}p1
WANTLIB= crypto pcap ssl util nessus hosts_gatherer

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-plugins_make_world,v 1.1.1.1 2005/05/16 16:03:04 sturm Exp $
--- plugins/make_world.orig Sat May 7 09:38:36 2005
+++ plugins/make_world Sat May 7 09:41:05 2005
@@ -11,18 +11,13 @@ case "$os" in
;;
esac
-for i in *;
-do if [ -d $i -a $i != CVS ]; then
- if [ "$i" != "3com_hub" ];
- then
+for i in hydra nessus_tcp_scanner nikto_wrapper nmap_tcp_connect nmap_wrapper; do
cd $i
${MAKE:-make} $MAKEFLAG $1
if [ $? -ne 0 ];then
BADPLUGINS="$BADPLUGINS $i"
fi
cd ..
- fi
-fi
done
if test -n "$BADPLUGINS"; then

File diff suppressed because it is too large Load Diff