pkgsrc-WIP-changes archive

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

ncrack: Import ncrack-0.5 as wip/ncrack



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Apr 27 13:03:18 2017 +0200
Changeset:	a83d1c32c11334dc4ac378a72a448fe10d52db51

Modified Files:
	Makefile
Added Files:
	ncrack/DESCR
	ncrack/Makefile
	ncrack/PLIST
	ncrack/distinfo

Log Message:
ncrack: Import ncrack-0.5 as wip/ncrack

Ncrack is a high-speed network authentication cracking tool. It
was built to help companies secure their networks by proactively
testing all their hosts and networking devices for poor passwords.
Security professionals also rely on Ncrack when auditing their
clients. Ncrack was designed using a modular approach, a command-line
syntax similar to Nmap and a dynamic engine that can adapt its
behaviour based on network feedback. It allows for rapid, yet
reliable large-scale auditing of multiple hosts.

Ncrack's features include a very flexible interface granting the
user full control of network operations, allowing for very
sophisticated bruteforcing attacks, timing templates for ease of
use, runtime interaction similar to Nmap's and many more. Protocols
supported include RDP, SSH, HTTP(S), SMB, POP3(S), VNC, FTP, SIP,
Redis, PostgreSQL, MySQL, and Telnet.

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

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

diffstat:
 Makefile        |  1 +
 ncrack/DESCR    | 15 +++++++++++++++
 ncrack/Makefile | 17 +++++++++++++++++
 ncrack/PLIST    | 12 ++++++++++++
 ncrack/distinfo |  6 ++++++
 5 files changed, 51 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6926393fae..161f249c6e 100644
--- a/Makefile
+++ b/Makefile
@@ -2025,6 +2025,7 @@ SUBDIR+=	ncbi-blast
 SUBDIR+=	ncbi-c++-lib
 SUBDIR+=	ncbi-lib
 SUBDIR+=	ncp
+SUBDIR+=	ncrack
 SUBDIR+=	neb-cd512
 SUBDIR+=	neb-hdtoolbox
 SUBDIR+=	necpp-git
diff --git a/ncrack/DESCR b/ncrack/DESCR
new file mode 100644
index 0000000000..782720a3e8
--- /dev/null
+++ b/ncrack/DESCR
@@ -0,0 +1,15 @@
+Ncrack is a high-speed network authentication cracking tool. It
+was built to help companies secure their networks by proactively
+testing all their hosts and networking devices for poor passwords.
+Security professionals also rely on Ncrack when auditing their
+clients. Ncrack was designed using a modular approach, a command-line
+syntax similar to Nmap and a dynamic engine that can adapt its
+behaviour based on network feedback. It allows for rapid, yet
+reliable large-scale auditing of multiple hosts.
+
+Ncrack's features include a very flexible interface granting the
+user full control of network operations, allowing for very
+sophisticated bruteforcing attacks, timing templates for ease of
+use, runtime interaction similar to Nmap's and many more. Protocols
+supported include RDP, SSH, HTTP(S), SMB, POP3(S), VNC, FTP, SIP,
+Redis, PostgreSQL, MySQL, and Telnet.
diff --git a/ncrack/Makefile b/ncrack/Makefile
new file mode 100644
index 0000000000..fd42bc72d0
--- /dev/null
+++ b/ncrack/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	ncrack-0.5
+CATEGORIES=	security
+MASTER_SITES=	https://nmap.org/ncrack/dist/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://nmap.org/ncrack/
+COMMENT=	High-speed network authentication cracking tool
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	gmake
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ncrack/PLIST b/ncrack/PLIST
new file mode 100644
index 0000000000..7f0cd3bc39
--- /dev/null
+++ b/ncrack/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+bin/ncrack
+man/man1/ncrack.1
+share/ncrack/common.usr
+share/ncrack/default.pwd
+share/ncrack/default.usr
+share/ncrack/jtr.pwd
+share/ncrack/minimal.usr
+share/ncrack/myspace.pwd
+share/ncrack/ncrack-services
+share/ncrack/phpbb.pwd
+share/ncrack/top50000.pwd
diff --git a/ncrack/distinfo b/ncrack/distinfo
new file mode 100644
index 0000000000..f3f02a3c16
--- /dev/null
+++ b/ncrack/distinfo
@@ -0,0 +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


Home | Main Index | Thread Index | Old Index