pkgsrc-wip/ncrack/Makefile
Leonardo Taccari a83d1c32c1 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.
2017-04-27 13:03:18 +02:00

17 lines
386 B
Makefile

# $NetBSD$
DISTNAME= ncrack-0.5
CATEGORIES= security
MASTER_SITES= https://nmap.org/ncrack/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
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"