[Midnightbsd-cvs] mports [18439] trunk/security/nmap: nmap 6.47

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 28 17:45:02 EDT 2015


Revision: 18439
          http://svnweb.midnightbsd.org/mports/?rev=18439
Author:   laffer1
Date:     2015-03-28 17:45:01 -0400 (Sat, 28 Mar 2015)
Log Message:
-----------
nmap 6.47

Modified Paths:
--------------
    trunk/security/nmap/Makefile
    trunk/security/nmap/distinfo
    trunk/security/nmap/files/patch-configure
    trunk/security/nmap/files/patch-nmap.cc
    trunk/security/nmap/pkg-plist

Added Paths:
-----------
    trunk/security/nmap/files/patch-liblua-lua523

Removed Paths:
-------------
    trunk/security/nmap/files/patch-liblua__liolib.c
    trunk/security/nmap/files/patch-libnetutil__netutil.cc
    trunk/security/nmap/files/patch-scan_engine.cc
    trunk/security/nmap/files/patch-traceroute.cc

Modified: trunk/security/nmap/Makefile
===================================================================
--- trunk/security/nmap/Makefile	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/Makefile	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	nmap
-DISTVERSION=	6.40
+DISTVERSION=	6.47
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://nmap.org/dist/ \
 		FREEBSD_LOCAL/ohauer
@@ -9,94 +9,77 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Port scanning utility for large networks
 
+# nmap-6.47 => svn.nmap.org/nmap-releases/nmap-6.47 (r33605)
+# http://nmap.org/book/man-legal.html
+# Install the nmap modified license because of
+# http://insecure.org/news/download-com-fiasco.html
 LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USE_LUA=	5.1
-LUA_COMPS=	lua
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		tar:bzip2 gmake cpe compiler
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--without-localdirs \
+
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	DOCS IPV6 SSL
+OPTIONS_DEFAULT=IPV6 SSL
+
+SSL_USE=		OPENSSL=yes
+SSL_CONFIGURE_ON=	--with-openssl=${OPENSSLBASE}
+SSL_CONFIGURE_OFF=	--without-openssl
+SSL_CFLAGS=		-I${OPENSSLINC}
+
+IPV6_CONFIGURE_OFF=	--with-libpcap=${LOCALBASE}/IPv6
+
+.include <bsd.mport.options.mk>
+
+# PR: ports/159376  Workaround if OS is build with WITHOUT_INET6
+.if ! ${PORT_OPTIONS:MIPV6}
+LIB_DEPENDS+=		libpcap.so:${PORTSDIR}/net/libpcap
+.endif
+
+PORTDOCS=	CHANGELOG HACKING
+STRIP_FILES=	nmap nping
+
+.if ${PORT_OPTIONS:MSSL}
+STRIP_FILES+=	ncat
+.endif
+
+CONFIGURE_ARGS+=--without-localdirs \
 		--without-zenmap \
 		--without-ndiff \
 		--with-libpcre=${LOCALBASE} \
-		--with-liblua=${LOCALBASE} \
+		--with-liblua=included \
 		--without-nmap-update
-CONFIGURE_ENV=	LUA_INCDIR="${LUA_INCDIR}" LUA_LIBDIR="${LUA_LIBDIR}"
 
+.include <bsd.port.pre.mk>
+
 # fix for gcc from ports
-.if ${CC} != "cc" && ${CC} !="clang"
+.if ${CHOSEN_COMPILER_TYPE} == gcc
 GCCLIBDIR_CMDS=	${CC} -print-file-name=libstdc++.so | ${SED} -e 's/libstdc++.so//'
 CONFIGURE_ARGS+=LDFLAGS="-L$$(${GCCLIBDIR_CMDS})"
-NDCC=	true
+NOT_BASE_CC=	true
 .endif
 
-MANLANG=	"" de es fr hr hu it pl pt_BR pt_PT ro ru sk zh
-MAN1=		nmap.1
-MAN1_EN=	ncat.1 nping.1
-
-.ifndef WITHOUT_SSL
-USE_OPENSSL=	yes
-CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
-CFLAGS+=		-I${OPENSSLINC}
-PLIST_SUB+=		WITHSSL=""
-.else
-PKGNAMESUFFIX=		-nossl
-CONFIGURE_ARGS+=	--without-openssl
-PLIST_SUB+=		WITHSSL="@comment "
-.endif
-
-# XXX: Workaround if OS is build with WITHOUT_INET6
-#
-# Note: If this option is specified in src.conf it has to
-#  be defined as param -DWITHOUT_INET6 during build time
-#  since the port system has no access to src.conf
-.if defined(WITHOUT_INET6)
-LIB_DEPENDS+=		pcap:${PORTSDIR}/net/libpcap
-CONFIGURE_ARGS+=	--with-libpcap=${LOCALBASE}
-.endif
-
-PORTDOCS=	CHANGELOG HACKING
-#EXAMPLES=	docs/sample-script.nse
-PORTEXAMPLES=	${EXAMPLES:T}
-
 # XXX limit results if we do a grep in the sources!
 post-extract:
 	@${RM} -rf ${WRKSRC}/mswin32
 
-# reflect new mailing addreses
-pre-patch:
-	@for f in $$(${GREP} -Rl "nmap-dev at insecure.org" ${WRKSRC}); do\
-		${SED} -i '' -e 's|nmap-dev at insecure.org|dev at nmap.org|g' $${f} ;\
-	done
-	@for f in $$(${GREP} -Rl "http://cgi.insecure.org/mailman" ${WRKSRC}); do\
-		${SED} -i '' -e 's|http://cgi.insecure.org/mailman/listinfo/nmap-dev|http://nmap.org/mailman/listinfo/dev|g' $${f} ;\
-	done
-
-post-patch:
-# fix from r30346
-	@${REINPLACE_CMD} -e 's|~0L;|0xffffffffL;|' ${WRKSRC}/nbase/nbase_misc.c
-
 post-configure:
 	@${REINPLACE_CMD} -e "s|^DESTDIR *=|& ${DESTDIR}|" ${WRKSRC}/Makefile
 
+pre-install:
+	${FIND} ${WRKSRC} -type f \( -name \*.orig -o -name \*.bak \) -delete
+
 post-install:
-.ifndef NOPORTDOCS
-	@${MKDIR} ${DOCSDIR}
-.	for i in ${PORTDOCS}
-		@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.	endfor
-.endif
-.ifndef NOPORTEXAMPLES
-	@${MKDIR} ${EXAMPLESDIR}
-.	for i in ${EXAMPLES}
-		@${INSTALL_DATA} ${WRKSRC}/${i} ${EXAMPLESDIR}
-.	endfor
-.endif
-.if defined(NDCC)
+	${STRIP_CMD} ${STRIP_FILES:S|^|${STAGEDIR}${PREFIX}/bin/|}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+# gcc from ports is in use
+.if defined(NOT_BASE_CC)
 	@${ECHO_MSG} do not forget to adjust libnmap.conf
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: trunk/security/nmap/distinfo
===================================================================
--- trunk/security/nmap/distinfo	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/distinfo	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,2 +1,2 @@
-SHA256 (nmap-6.40.tar.bz2) = 491f77d8b3fb3bb38ba4e3850011fe6fb43bbe197f9382b88cb59fa4e8f7a401
-SIZE (nmap-6.40.tar.bz2) = 7871636
+SHA256 (nmap-6.47.tar.bz2) = 8fa11e9e203ce2d81a207db5ca4f110a525f6c01c1dd0018325a7112a51aa591
+SIZE (nmap-6.47.tar.bz2) = 7878122

Modified: trunk/security/nmap/files/patch-configure
===================================================================
--- trunk/security/nmap/files/patch-configure	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/files/patch-configure	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,6 +1,6 @@
 --- ./configure.orig	2010-09-29 18:09:26.000000000 +0200
 +++ ./configure	2011-01-07 19:27:04.000000000 +0100
-@@ -3265,7 +3265,7 @@
+@@ -3367,7 +3367,7 @@
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
@@ -8,15 +8,4 @@
 +set dummy ${ac_tool_prefix}$CXX; ac_word=$2
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  $as_echo_n "checking for $ac_word... " >&6; }
- if test "${ac_cv_prog_CC+set}" = set; then :
-@@ -6452,8 +6452,8 @@
-     no_lua="yes"
-   ;;
-   *)
--    CPPFLAGS="-I$with_liblua/include $CPPFLAGS"
--    LDFLAGS="-L$with_liblua/lib $LDFLAGS"
-+    CPPFLAGS="-I${LUA_INCDIR} $CPPFLAGS"
-+    LDFLAGS="-L${LUA_LIBDIR} $LDFLAGS"
-   ;;
-   esac
- 
+ if ${ac_cv_prog_CC+:} false; then :

Added: trunk/security/nmap/files/patch-liblua-lua523
===================================================================
--- trunk/security/nmap/files/patch-liblua-lua523	                        (rev 0)
+++ trunk/security/nmap/files/patch-liblua-lua523	2015-03-28 21:45:01 UTC (rev 18439)
@@ -0,0 +1,25 @@
+diff -nruEbw -I'[$]Id:.*' ./liblua/Makefile ./liblua/Makefile
+--- ./liblua/Makefile	2013-05-02 16:59:06.000000000 +0200
++++ ./liblua/Makefile	2014-01-12 15:13:44.000000000 +0100
+@@ -6,8 +6,8 @@
+ # Your platform. See PLATS for possible values.
+ PLAT= none
+ 
+-CC= gcc
+-CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
++CC?= gcc
++CFLAGS= -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
+ LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
+ LIBS= -lm $(SYSLIBS) $(MYLIBS)
+ 
+diff -nruEbw -I'[$]Id:.*' ./liblua/liolib.c ./liblua/liolib.c
+--- ./liblua/liolib.c	2013-05-02 16:59:06.000000000 +0200
++++ ./liblua/liolib.c	2014-01-12 15:13:21.000000000 +0100
+@@ -19,6 +19,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <unistd.h>
+ 
+ #define liolib_c
+ #define LUA_LIB


Property changes on: trunk/security/nmap/files/patch-liblua-lua523
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/security/nmap/files/patch-liblua__liolib.c
===================================================================
--- trunk/security/nmap/files/patch-liblua__liolib.c	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/files/patch-liblua__liolib.c	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,15 +0,0 @@
-Fix build for FreeBSD-7.4
-nmap 6.25 contains liblua5.2.1
-
-http://lua-users.org/lists/lua-l/2011-12/msg00708.html
-==============================================================
---- ./liblua/liolib.c.orig	2013-01-09 18:47:49.000000000 +0100
-+++ ./liblua/liolib.c	2013-01-09 18:48:29.000000000 +0100
-@@ -19,6 +19,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- 
- #define liolib_c
- #define LUA_LIB

Deleted: trunk/security/nmap/files/patch-libnetutil__netutil.cc
===================================================================
--- trunk/security/nmap/files/patch-libnetutil__netutil.cc	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/files/patch-libnetutil__netutil.cc	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,21 +0,0 @@
-Additional patch to support older FreeBSD versions.
-
-Please Note: 7.4, 8.1+, 9.0+ and current don't need this patch
-EOL page: http://security.freebsd.org/#unsup
-
-Even I don't agree with running security software on EOL OS versions
-(upgrade is an easy task) this patch will stay until the next nmap
-release ( build will be tested only on supported OS versions )
-
-
-======================================================================
---- ./libnetutil/netutil.cc.orig	2012-05-18 00:56:38.000000000 +0200
-+++ ./libnetutil/netutil.cc	2012-05-23 22:38:14.000000000 +0200
-@@ -158,6 +158,7 @@
- #endif
- #endif
- #ifndef NETINET_IP_H  /* This guarding is needed for at least some versions of OpenBSD */
-+#include <netinet/in_systm.h>
- #include <netinet/ip.h> 
- #define NETINET_IP_H
- #endif

Modified: trunk/security/nmap/files/patch-nmap.cc
===================================================================
--- trunk/security/nmap/files/patch-nmap.cc	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/files/patch-nmap.cc	2015-03-28 21:45:01 UTC (rev 18439)
@@ -2,7 +2,7 @@
 +++ nmap.cc	Thu Jan 10 20:41:30 2008
 @@ -99,6 +99,7 @@
  
- /* $Id: patch-nmap.cc,v 1.1 2010-12-16 04:14:56 laffer1 Exp $ */
+ /* $Id: nmap.cc 6633 2007-12-22 06:32:03Z fyodor $ */
  
 +#include <getopt.h>
  #include "nmap.h"

Deleted: trunk/security/nmap/files/patch-scan_engine.cc
===================================================================
--- trunk/security/nmap/files/patch-scan_engine.cc	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/files/patch-scan_engine.cc	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,11 +0,0 @@
---- ./scan_engine.cc.orig	2013-01-06 16:38:44.000000000 +0100
-+++ ./scan_engine.cc	2013-01-06 16:38:44.000000000 +0100
-@@ -2999,7 +2999,7 @@
-   }
-   if (o.spoofsource && !bind_failed) {
-     o.SourceSockAddr(&ss, &sslen);
--    if (bind(sd, (struct sockaddr*)&ss, sslen) != 0) {
-+    if (::bind(sd, (struct sockaddr*)&ss, sslen) != 0) {
-       error("%s: Problem binding source address (%s), errno: %d", __func__, inet_socktop(&ss), socket_errno());
-       perror("bind");
-       bind_failed = 1;

Deleted: trunk/security/nmap/files/patch-traceroute.cc
===================================================================
--- trunk/security/nmap/files/patch-traceroute.cc	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/files/patch-traceroute.cc	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,21 +0,0 @@
---- ./traceroute.cc.orig	2013-01-06 16:38:44.000000000 +0100
-+++ ./traceroute.cc	2013-01-06 16:38:44.000000000 +0100
-@@ -190,8 +190,6 @@
- /* A global random token used to distinguish this traceroute's probes from
-    those of other traceroutes possibly running on the same machine. */
- static u16 global_id;
--/* A global cache of known hops, indexed by TTL and address. */
--static std::map<struct HopIdent, Hop *> hop_cache;
- /* A list of timedout hops, which are not kept in hop_cache, so we can delete
-    all hops on occasion. */
- static std::list<Hop *> timedout_hops;
-@@ -204,6 +202,9 @@
- static struct timeval get_now(struct timeval *now = NULL);
- static const char *ss_to_string(const struct sockaddr_storage *ss);
- 
-+/* A global cache of known hops, indexed by TTL and address. */
-+static std::map<struct HopIdent, Hop *> hop_cache;
-+
- struct Hop {
-   Hop *parent;
-   struct sockaddr_storage tag;

Modified: trunk/security/nmap/pkg-plist
===================================================================
--- trunk/security/nmap/pkg-plist	2015-03-28 21:41:32 UTC (rev 18438)
+++ trunk/security/nmap/pkg-plist	2015-03-28 21:45:01 UTC (rev 18439)
@@ -1,7 +1,24 @@
 bin/ncat
 bin/nmap
 bin/nping
-%%WITHSSL%%share/ncat/ca-bundle.crt
+man/de/man1/nmap.1.gz
+man/es/man1/nmap.1.gz
+man/fr/man1/nmap.1.gz
+man/hr/man1/nmap.1.gz
+man/hu/man1/nmap.1.gz
+man/it/man1/nmap.1.gz
+man/ja/man1/nmap.1.gz
+man/man1/ncat.1.gz
+man/man1/nmap.1.gz
+man/man1/nping.1.gz
+man/pl/man1/nmap.1.gz
+man/pt_BR/man1/nmap.1.gz
+man/pt_PT/man1/nmap.1.gz
+man/ro/man1/nmap.1.gz
+man/ru/man1/nmap.1.gz
+man/sk/man1/nmap.1.gz
+man/zh/man1/nmap.1.gz
+%%SSL%%share/ncat/ca-bundle.crt
 %%DATADIR%%/nmap-mac-prefixes
 %%DATADIR%%/nmap-os-db
 %%DATADIR%%/nmap-payloads
@@ -18,6 +35,8 @@
 %%DATADIR%%/nselib/asn1.lua
 %%DATADIR%%/nselib/base32.lua
 %%DATADIR%%/nselib/base64.lua
+%%DATADIR%%/nselib/bin.luadoc
+%%DATADIR%%/nselib/bit.luadoc
 %%DATADIR%%/nselib/bitcoin.lua
 %%DATADIR%%/nselib/bittorrent.lua
 %%DATADIR%%/nselib/bjnp.lua
@@ -27,23 +46,28 @@
 %%DATADIR%%/nselib/comm.lua
 %%DATADIR%%/nselib/creds.lua
 %%DATADIR%%/nselib/cvs.lua
+%%DATADIR%%/nselib/data/dns-srv-names
 %%DATADIR%%/nselib/data/drupal-modules.lst
 %%DATADIR%%/nselib/data/favicon-db
 %%DATADIR%%/nselib/data/http-default-accounts-fingerprints.lua
+%%DATADIR%%/nselib/data/http-devframework-fingerprints.lua
 %%DATADIR%%/nselib/data/http-fingerprints.lua
 %%DATADIR%%/nselib/data/http-folders.txt
 %%DATADIR%%/nselib/data/http-sql-errors.lst
 %%DATADIR%%/nselib/data/http-web-files-extensions.lst
+%%DATADIR%%/nselib/data/ike-fingerprints.lua
 %%DATADIR%%/nselib/data/jdwp-class/JDWPExecCmd.class
 %%DATADIR%%/nselib/data/jdwp-class/JDWPExecCmd.java
 %%DATADIR%%/nselib/data/jdwp-class/JDWPSystemInfo.class
 %%DATADIR%%/nselib/data/jdwp-class/JDWPSystemInfo.java
 %%DATADIR%%/nselib/data/jdwp-class/README.txt
+%%DATADIR%%/nselib/data/mgroupnames.db
 %%DATADIR%%/nselib/data/mysql-cis.audit
 %%DATADIR%%/nselib/data/oracle-default-accounts.lst
 %%DATADIR%%/nselib/data/oracle-sids
 %%DATADIR%%/nselib/data/packetdecoders.lua
 %%DATADIR%%/nselib/data/passwords.lst
+%%DATADIR%%/nselib/data/pixel.gif
 %%DATADIR%%/nselib/data/psexec/README
 %%DATADIR%%/nselib/data/psexec/backdoor.lua
 %%DATADIR%%/nselib/data/psexec/default.lua
@@ -72,6 +96,7 @@
 %%DATADIR%%/nselib/drda.lua
 %%DATADIR%%/nselib/eap.lua
 %%DATADIR%%/nselib/eigrp.lua
+%%DATADIR%%/nselib/formulas.lua
 %%DATADIR%%/nselib/ftp.lua
 %%DATADIR%%/nselib/giop.lua
 %%DATADIR%%/nselib/gps.lua
@@ -78,6 +103,7 @@
 %%DATADIR%%/nselib/http.lua
 %%DATADIR%%/nselib/httpspider.lua
 %%DATADIR%%/nselib/iax2.lua
+%%DATADIR%%/nselib/ike.lua
 %%DATADIR%%/nselib/imap.lua
 %%DATADIR%%/nselib/informix.lua
 %%DATADIR%%/nselib/ipOps.lua
@@ -87,6 +113,7 @@
 %%DATADIR%%/nselib/jdwp.lua
 %%DATADIR%%/nselib/json.lua
 %%DATADIR%%/nselib/ldap.lua
+%%DATADIR%%/nselib/lfs.luadoc
 %%DATADIR%%/nselib/listop.lua
 %%DATADIR%%/nselib/match.lua
 %%DATADIR%%/nselib/membase.lua
@@ -101,11 +128,14 @@
 %%DATADIR%%/nselib/ncp.lua
 %%DATADIR%%/nselib/ndmp.lua
 %%DATADIR%%/nselib/netbios.lua
+%%DATADIR%%/nselib/nmap.luadoc
 %%DATADIR%%/nselib/nrpc.lua
 %%DATADIR%%/nselib/nsedebug.lua
 %%DATADIR%%/nselib/omp2.lua
+%%DATADIR%%/nselib/openssl.luadoc
 %%DATADIR%%/nselib/ospf.lua
 %%DATADIR%%/nselib/packet.lua
+%%DATADIR%%/nselib/pcre.luadoc
 %%DATADIR%%/nselib/pgsql.lua
 %%DATADIR%%/nselib/pop3.lua
 %%DATADIR%%/nselib/pppoe.lua
@@ -136,7 +166,10 @@
 %%DATADIR%%/nselib/tab.lua
 %%DATADIR%%/nselib/target.lua
 %%DATADIR%%/nselib/tftp.lua
+%%DATADIR%%/nselib/tls.lua
 %%DATADIR%%/nselib/tns.lua
+%%DATADIR%%/nselib/unicode.lua
+%%DATADIR%%/nselib/unittest.lua
 %%DATADIR%%/nselib/unpwdb.lua
 %%DATADIR%%/nselib/upnp.lua
 %%DATADIR%%/nselib/url.lua
@@ -159,6 +192,7 @@
 %%DATADIR%%/scripts/ajp-headers.nse
 %%DATADIR%%/scripts/ajp-methods.nse
 %%DATADIR%%/scripts/ajp-request.nse
+%%DATADIR%%/scripts/allseeingeye-info.nse
 %%DATADIR%%/scripts/amqp-info.nse
 %%DATADIR%%/scripts/asn-query.nse
 %%DATADIR%%/scripts/auth-owners.nse
@@ -255,6 +289,7 @@
 %%DATADIR%%/scripts/firewalk.nse
 %%DATADIR%%/scripts/firewall-bypass.nse
 %%DATADIR%%/scripts/flume-master-info.nse
+%%DATADIR%%/scripts/freelancer-info.nse
 %%DATADIR%%/scripts/ftp-anon.nse
 %%DATADIR%%/scripts/ftp-bounce.nse
 %%DATADIR%%/scripts/ftp-brute.nse
@@ -276,7 +311,9 @@
 %%DATADIR%%/scripts/hbase-region-info.nse
 %%DATADIR%%/scripts/hddtemp-info.nse
 %%DATADIR%%/scripts/hostmap-bfk.nse
+%%DATADIR%%/scripts/hostmap-ip2hosts.nse
 %%DATADIR%%/scripts/hostmap-robtex.nse
+%%DATADIR%%/scripts/http-adobe-coldfusion-apsa1301.nse
 %%DATADIR%%/scripts/http-affiliate-id.nse
 %%DATADIR%%/scripts/http-apache-negotiation.nse
 %%DATADIR%%/scripts/http-auth-finder.nse
@@ -288,17 +325,26 @@
 %%DATADIR%%/scripts/http-brute.nse
 %%DATADIR%%/scripts/http-cakephp-version.nse
 %%DATADIR%%/scripts/http-chrono.nse
+%%DATADIR%%/scripts/http-coldfusion-subzero.nse
+%%DATADIR%%/scripts/http-comments-displayer.nse
 %%DATADIR%%/scripts/http-config-backup.nse
 %%DATADIR%%/scripts/http-cors.nse
+%%DATADIR%%/scripts/http-csrf.nse
 %%DATADIR%%/scripts/http-date.nse
 %%DATADIR%%/scripts/http-default-accounts.nse
+%%DATADIR%%/scripts/http-devframework.nse
+%%DATADIR%%/scripts/http-dlink-backdoor.nse
+%%DATADIR%%/scripts/http-dombased-xss.nse
 %%DATADIR%%/scripts/http-domino-enum-passwords.nse
 %%DATADIR%%/scripts/http-drupal-enum-users.nse
 %%DATADIR%%/scripts/http-drupal-modules.nse
 %%DATADIR%%/scripts/http-email-harvest.nse
 %%DATADIR%%/scripts/http-enum.nse
+%%DATADIR%%/scripts/http-errors.nse
 %%DATADIR%%/scripts/http-exif-spider.nse
 %%DATADIR%%/scripts/http-favicon.nse
+%%DATADIR%%/scripts/http-feed.nse
+%%DATADIR%%/scripts/http-fileupload-exploiter.nse
 %%DATADIR%%/scripts/http-form-brute.nse
 %%DATADIR%%/scripts/http-form-fuzzer.nse
 %%DATADIR%%/scripts/http-frontpage-login.nse
@@ -311,6 +357,7 @@
 %%DATADIR%%/scripts/http-huawei-hg5xx-vuln.nse
 %%DATADIR%%/scripts/http-icloud-findmyiphone.nse
 %%DATADIR%%/scripts/http-icloud-sendmsg.nse
+%%DATADIR%%/scripts/http-iis-short-name-brute.nse
 %%DATADIR%%/scripts/http-iis-webdav-vuln.nse
 %%DATADIR%%/scripts/http-joomla-brute.nse
 %%DATADIR%%/scripts/http-litespeed-sourcecode-download.nse
@@ -318,27 +365,34 @@
 %%DATADIR%%/scripts/http-malware-host.nse
 %%DATADIR%%/scripts/http-method-tamper.nse
 %%DATADIR%%/scripts/http-methods.nse
+%%DATADIR%%/scripts/http-mobileversion-checker.nse
+%%DATADIR%%/scripts/http-ntlm-info.nse
 %%DATADIR%%/scripts/http-open-proxy.nse
 %%DATADIR%%/scripts/http-open-redirect.nse
 %%DATADIR%%/scripts/http-passwd.nse
 %%DATADIR%%/scripts/http-php-version.nse
+%%DATADIR%%/scripts/http-phpmyadmin-dir-traversal.nse
 %%DATADIR%%/scripts/http-phpself-xss.nse
 %%DATADIR%%/scripts/http-proxy-brute.nse
 %%DATADIR%%/scripts/http-put.nse
 %%DATADIR%%/scripts/http-qnap-nas-info.nse
+%%DATADIR%%/scripts/http-referer-checker.nse
 %%DATADIR%%/scripts/http-rfi-spider.nse
 %%DATADIR%%/scripts/http-robots.txt.nse
 %%DATADIR%%/scripts/http-robtex-reverse-ip.nse
 %%DATADIR%%/scripts/http-robtex-shared-ns.nse
+%%DATADIR%%/scripts/http-server-header.nse
 %%DATADIR%%/scripts/http-sitemap-generator.nse
 %%DATADIR%%/scripts/http-slowloris-check.nse
 %%DATADIR%%/scripts/http-slowloris.nse
 %%DATADIR%%/scripts/http-sql-injection.nse
+%%DATADIR%%/scripts/http-stored-xss.nse
 %%DATADIR%%/scripts/http-title.nse
 %%DATADIR%%/scripts/http-tplink-dir-traversal.nse
 %%DATADIR%%/scripts/http-trace.nse
 %%DATADIR%%/scripts/http-traceroute.nse
 %%DATADIR%%/scripts/http-unsafe-output-escaping.nse
+%%DATADIR%%/scripts/http-useragent-tester.nse
 %%DATADIR%%/scripts/http-userdir-enum.nse
 %%DATADIR%%/scripts/http-vhosts.nse
 %%DATADIR%%/scripts/http-virustotal.nse
@@ -350,14 +404,18 @@
 %%DATADIR%%/scripts/http-vuln-cve2011-3192.nse
 %%DATADIR%%/scripts/http-vuln-cve2011-3368.nse
 %%DATADIR%%/scripts/http-vuln-cve2012-1823.nse
+%%DATADIR%%/scripts/http-vuln-cve2013-0156.nse
+%%DATADIR%%/scripts/http-vuln-zimbra-lfi.nse
 %%DATADIR%%/scripts/http-waf-detect.nse
 %%DATADIR%%/scripts/http-waf-fingerprint.nse
 %%DATADIR%%/scripts/http-wordpress-brute.nse
 %%DATADIR%%/scripts/http-wordpress-enum.nse
 %%DATADIR%%/scripts/http-wordpress-plugins.nse
+%%DATADIR%%/scripts/http-xssed.nse
 %%DATADIR%%/scripts/iax2-brute.nse
 %%DATADIR%%/scripts/iax2-version.nse
 %%DATADIR%%/scripts/icap-info.nse
+%%DATADIR%%/scripts/ike-version.nse
 %%DATADIR%%/scripts/imap-brute.nse
 %%DATADIR%%/scripts/imap-capabilities.nse
 %%DATADIR%%/scripts/informix-brute.nse
@@ -418,11 +476,13 @@
 %%DATADIR%%/scripts/ms-sql-xp-cmdshell.nse
 %%DATADIR%%/scripts/msrpc-enum.nse
 %%DATADIR%%/scripts/mtrace.nse
+%%DATADIR%%/scripts/murmur-version.nse
 %%DATADIR%%/scripts/mysql-audit.nse
 %%DATADIR%%/scripts/mysql-brute.nse
 %%DATADIR%%/scripts/mysql-databases.nse
 %%DATADIR%%/scripts/mysql-dump-hashes.nse
 %%DATADIR%%/scripts/mysql-empty-password.nse
+%%DATADIR%%/scripts/mysql-enum.nse
 %%DATADIR%%/scripts/mysql-info.nse
 %%DATADIR%%/scripts/mysql-query.nse
 %%DATADIR%%/scripts/mysql-users.nse
@@ -466,7 +526,9 @@
 %%DATADIR%%/scripts/pop3-brute.nse
 %%DATADIR%%/scripts/pop3-capabilities.nse
 %%DATADIR%%/scripts/pptp-version.nse
+%%DATADIR%%/scripts/qconn-exec.nse
 %%DATADIR%%/scripts/qscan.nse
+%%DATADIR%%/scripts/quake1-info.nse
 %%DATADIR%%/scripts/quake3-info.nse
 %%DATADIR%%/scripts/quake3-master-getservers.nse
 %%DATADIR%%/scripts/rdp-enum-encryption.nse
@@ -477,6 +539,7 @@
 %%DATADIR%%/scripts/resolveall.nse
 %%DATADIR%%/scripts/reverse-index.nse
 %%DATADIR%%/scripts/rexec-brute.nse
+%%DATADIR%%/scripts/rfc868-time.nse
 %%DATADIR%%/scripts/riak-http-info.nse
 %%DATADIR%%/scripts/rlogin-brute.nse
 %%DATADIR%%/scripts/rmi-dumpregistry.nse
@@ -547,8 +610,10 @@
 %%DATADIR%%/scripts/ssl-date.nse
 %%DATADIR%%/scripts/ssl-enum-ciphers.nse
 %%DATADIR%%/scripts/ssl-google-cert-catalog.nse
+%%DATADIR%%/scripts/ssl-heartbleed.nse
 %%DATADIR%%/scripts/ssl-known-key.nse
 %%DATADIR%%/scripts/sslv2.nse
+%%DATADIR%%/scripts/sstp-discover.nse
 %%DATADIR%%/scripts/stun-info.nse
 %%DATADIR%%/scripts/stun-version.nse
 %%DATADIR%%/scripts/stuxnet-detect.nse
@@ -560,14 +625,17 @@
 %%DATADIR%%/scripts/targets-ipv6-multicast-slaac.nse
 %%DATADIR%%/scripts/targets-sniffer.nse
 %%DATADIR%%/scripts/targets-traceroute.nse
+%%DATADIR%%/scripts/teamspeak2-version.nse
 %%DATADIR%%/scripts/telnet-brute.nse
 %%DATADIR%%/scripts/telnet-encryption.nse
 %%DATADIR%%/scripts/tftp-enum.nse
 %%DATADIR%%/scripts/tls-nextprotoneg.nse
 %%DATADIR%%/scripts/traceroute-geolocation.nse
+%%DATADIR%%/scripts/unittest.nse
 %%DATADIR%%/scripts/unusual-port.nse
 %%DATADIR%%/scripts/upnp-info.nse
 %%DATADIR%%/scripts/url-snarf.nse
+%%DATADIR%%/scripts/ventrilo-info.nse
 %%DATADIR%%/scripts/versant-info.nse
 %%DATADIR%%/scripts/vmauthd-brute.nse
 %%DATADIR%%/scripts/vnc-brute.nse
@@ -575,44 +643,11 @@
 %%DATADIR%%/scripts/voldemort-info.nse
 %%DATADIR%%/scripts/vuze-dht-info.nse
 %%DATADIR%%/scripts/wdb-version.nse
-%%DATADIR%%/scripts/whois.nse
+%%DATADIR%%/scripts/weblogic-t3-info.nse
+%%DATADIR%%/scripts/whois-domain.nse
+%%DATADIR%%/scripts/whois-ip.nse
 %%DATADIR%%/scripts/wsdd-discover.nse
 %%DATADIR%%/scripts/x11-access.nse
 %%DATADIR%%/scripts/xdmcp-discover.nse
 %%DATADIR%%/scripts/xmpp-brute.nse
 %%DATADIR%%/scripts/xmpp-info.nse
- at dirrm %%DATADIR%%/scripts
- at dirrm %%DATADIR%%/nselib/data/psexec
- at dirrm %%DATADIR%%/nselib/data/jdwp-class
- at dirrm %%DATADIR%%/nselib/data
- at dirrm %%DATADIR%%/nselib
- at dirrm %%DATADIR%%
-%%WITHSSL%%@dirrm share/ncat
- at dirrmtry man/zh/man1
- at dirrmtry man/zh
- at dirrmtry man/sk/man1
- at dirrmtry man/sk
- at dirrmtry man/ru/man1
- at dirrmtry man/ru
- at dirrmtry man/ro/man1
- at dirrmtry man/ro
- at dirrmtry man/pt_PT/man1
- at dirrmtry man/pt_PT
- at dirrmtry man/pt_BR/man1
- at dirrmtry man/pt_BR
- at dirrmtry man/pl/man1
- at dirrmtry man/pl
- at dirrmtry man/jp/man1
- at dirrmtry man/jp
- at dirrmtry man/it/man1
- at dirrmtry man/it
- at dirrmtry man/hu/man1
- at dirrmtry man/hu
- at dirrmtry man/hr/man1
- at dirrmtry man/hr
- at dirrmtry man/fr/man1
- at dirrmtry man/fr
- at dirrmtry man/es/man1
- at dirrmtry man/es
- at dirrmtry man/de/man1
- at dirrmtry man/de



More information about the Midnightbsd-cvs mailing list