pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ncrack: Update wip/ncrack to 0.6



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Jan 26 15:25:39 2018 +0100
Changeset:	90f5f42e613abe5302bbed70bc73e67171217020

Modified Files:
	ncrack/Makefile
	ncrack/distinfo

Log Message:
ncrack: Update wip/ncrack to 0.6

Changes:
Ncrack 0.6 [2017-10-11]

o Added new modules: MongoDB and MSSQL
  [Evangelos Deirmetzoglou - GSoC 2017]

o Added new modules: Cassandra and IMAP
  [Panagiotis Ilias / Barrend]

o Improved WinRM module to support NTLM authentication
  [Evangelos Deirmetzoglou for Google Summer of Code 2017]

o Implemented 'cr' (connection retries) option (caps number of consecutive
  connection attempts until host/service is removed from list)
  [Evangelos Deirmetzoglou - GSoC 2017]

o Added 'db' and 'domain' module options for protocols that need a specific
  database (e.g. MongoDB) or domain (e.g. WinRM)

o Updated Ncrack to use latest Nsock & Nbase versions.

o Added --stealthy-linear timing option for stealthier cracking sessions

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=90f5f42e613abe5302bbed70bc73e67171217020

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ncrack/Makefile | 4 +++-
 ncrack/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/ncrack/Makefile b/ncrack/Makefile
index fd42bc72d0..96df04e022 100644
--- a/ncrack/Makefile
+++ b/ncrack/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	ncrack-0.5
+DISTNAME=	ncrack-0.6
 CATEGORIES=	security
 MASTER_SITES=	https://nmap.org/ncrack/dist/
 
@@ -13,5 +13,7 @@ GNU_CONFIGURE=	yes
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
+WRKSRC=		${WRKDIR}/ncrack-0.6.0
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ncrack/distinfo b/ncrack/distinfo
index f3f02a3c16..9a184f0dbe 100644
--- a/ncrack/distinfo
+++ b/ncrack/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (ncrack-0.5.tar.gz) = 40faab6a711a92af9cbbba916930b5f05217e42c
-RMD160 (ncrack-0.5.tar.gz) = a7c375f1e4a6f200742e25b88b28d12851cd9619
-SHA512 (ncrack-0.5.tar.gz) = 979460eae7b6ccdae21430b8d6261234f31cfe2e1aa7a204a94b76d0d709276dea1f756203cfbc47afffebd008ffd23270998a38a3c1211b6206de364f78399a
-Size (ncrack-0.5.tar.gz) = 3931159 bytes
+SHA1 (ncrack-0.6.tar.gz) = b5c35e672332158b4756711ba6ca60cec3dc7183
+RMD160 (ncrack-0.6.tar.gz) = 86a71eab10dbaacbc8186f8768a3d0870821dfc7
+SHA512 (ncrack-0.6.tar.gz) = 08d9c19b91b661cb212d2d0061e3498e75438388365c85cbd7d7d0b45b85b8dd8b2ba5de53b375792bdec55513f9c71f331712ef4a13369c6c11425b70a4b53b
+Size (ncrack-0.6.tar.gz) = 3913259 bytes


Home | Main Index | Thread Index | Old Index