notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ncrack High-speed network authentication cracking tool
0.7 security on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7Version of this port present on the latest quarterly branch.
Maintainer: se@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-07-28 00:32:14
Last Update: 2023-08-28 05:46:23
Commit Hash: de3e65c
People watching this port, also watch:: testdisk, pftop, ratproxy, magicrescue, tcpdump
License: GPLv2
WWW:
https://nmap.org/ncrack/
Description:
Ncrack is a high-speed network authentication cracking tool. 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. /usr/local/share/licenses/ncrack-0.7/catalog.mk
  2. /usr/local/share/licenses/ncrack-0.7/LICENSE
  3. /usr/local/share/licenses/ncrack-0.7/GPLv2
  4. bin/ncrack
  5. share/ncrack/ncrack-services
  6. share/ncrack/common.usr
  7. share/ncrack/default.pwd
  8. share/ncrack/default.usr
  9. share/ncrack/jtr.pwd
  10. share/ncrack/minimal.usr
  11. share/ncrack/myspace.pwd
  12. share/ncrack/phpbb.pwd
  13. share/ncrack/top50000.pwd
  14. man/man1/ncrack.1.gz
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • ncrack>0:security/ncrack
To install the port:
cd /usr/ports/security/ncrack/ && make install clean
To add the package, run one of these commands:
  • pkg install security/ncrack
  • pkg install ncrack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ncrack
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1620063990 SHA256 (nmap-ncrack-0.7_GH0.tar.gz) = f3f971cd677c4a0c0668cb369002c581d305050b3b0411e18dd3cb9cc270d14a SIZE (nmap-ncrack-0.7_GH0.tar.gz) = 8586213

Packages (timestamps in pop-ups are UTC):
ncrack
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.70.7-0.70.7---
FreeBSD:13:quarterly0.70.70.70.70.70.70.70.7
FreeBSD:14:latest0.70.70.70.70.70.7-0.7
FreeBSD:14:quarterly0.70.7-0.70.70.70.70.7
FreeBSD:15:latest0.70.7n/a0.7n/a0.70.70.7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_ncrack
USES:
gmake ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nmap/ncrack/tar.gz/0.7?dummy=/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7
28 Aug 2023 05:46:23
commit hash: de3e65c91a8226d119fab291716cb19ad51ab7b8commit hash: de3e65c91a8226d119fab291716cb19ad51ab7b8commit hash: de3e65c91a8226d119fab291716cb19ad51ab7b8commit hash: de3e65c91a8226d119fab291716cb19ad51ab7b8 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
security/ncrack: fix bad assumption in configure check

A version check in opensshlib/configure assumed that the zlib version
had 3 elements (e.g. 1.2.3), but the latest version is 1.3 (not 1.3.0).
Adjust the configure check to accept a 2-element version number.

No PORTREVISION bump, since this is just a fix for a build check that
caused an abort of the port build on recent -CURRENT and 14-ALPHA.
0.7
26 Jun 2023 21:48:45
commit hash: 6915372e7e37062d17508cea6f335927a00b5aeecommit hash: 6915372e7e37062d17508cea6f335927a00b5aeecommit hash: 6915372e7e37062d17508cea6f335927a00b5aeecommit hash: 6915372e7e37062d17508cea6f335927a00b5aee files touched by this commit
Stefan Eßer (se) search for other commits by this committer
security/ncrack: fix build on 14-CURRENT
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.7
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7
25 Apr 2022 15:34:00
commit hash: 014daee6a799a4d1107c5b07014f7981fef3ac3dcommit hash: 014daee6a799a4d1107c5b07014f7981fef3ac3dcommit hash: 014daee6a799a4d1107c5b07014f7981fef3ac3dcommit hash: 014daee6a799a4d1107c5b07014f7981fef3ac3d files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
security/ncrack: Return 'Created by' to lx@

This was accidentally switched to ports@ in
04b57ef63827658d18cdf14af056a2a89f5f9f3f

Reported by:	salvadore
Sponsored by:	The FreeBSD Foundation
0.7
25 Apr 2022 15:06:48
commit hash: 04b57ef63827658d18cdf14af056a2a89f5f9f3fcommit hash: 04b57ef63827658d18cdf14af056a2a89f5f9f3fcommit hash: 04b57ef63827658d18cdf14af056a2a89f5f9f3fcommit hash: 04b57ef63827658d18cdf14af056a2a89f5f9f3f files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lx's ports: Reset maintainer to ports@ per his request

Sponsored by:	The FreeBSD Foundation
0.7
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
0.7
05 May 2021 10:39:56
commit hash: a523e531cd2418b75d43ef92f1f41adba7619feccommit hash: a523e531cd2418b75d43ef92f1f41adba7619feccommit hash: a523e531cd2418b75d43ef92f1f41adba7619feccommit hash: a523e531cd2418b75d43ef92f1f41adba7619fec files touched by this commit
Stefan Eßer (se) search for other commits by this committer
security/ncrack: mark broken for FreeBSD-11 with base OpenSSL

OpenSSL versions before 1.0 do not provide all required functions in
libcrypto. On FreeBSD-11 the ports version of OpenSSL is required to
build this port.
0.7
03 May 2021 18:26:12
commit hash: 295be8e6e715068e019ee0447fe40afed6ece0d3commit hash: 295be8e6e715068e019ee0447fe40afed6ece0d3commit hash: 295be8e6e715068e019ee0447fe40afed6ece0d3commit hash: 295be8e6e715068e019ee0447fe40afed6ece0d3 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
security/ncrack: resurrect and update to version 0.7

The port has been recovered after deletion and upgraded to the latest
version available on Github.

The build has been tested with base and ports versions of openssl.
0.6
03 May 2021 01:04:36
commit hash: ad446ee6f0854ce91ff200e872c4aafbd7b5eedecommit hash: ad446ee6f0854ce91ff200e872c4aafbd7b5eedecommit hash: ad446ee6f0854ce91ff200e872c4aafbd7b5eedecommit hash: ad446ee6f0854ce91ff200e872c4aafbd7b5eede files touched by this commit
David Thiel (lx) search for other commits by this committer
Remove ncrack from tree.

PR:		223760
Reported by:	daniel.engberg.lists@pyret.net
0.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6
06 Apr 2019 19:34:34
Revision:498172Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
0.6
21 Sep 2018 09:38:26
Revision:480244Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update WWW
- While here, whitespace fixes

Approved by:	portmgr blanket
0.6
02 May 2018 18:07:06
Revision:468860Original commit files touched by this commit
lx search for other commits by this committer
Update to 0.6.

PR:		227797
Submitted by:	Kai
0.5
13 Sep 2016 14:18:54
Revision:422009Original commit files touched by this commit
woodsb02 search for other commits by this committer
security/ncrack: Update to 0.5

- Add LICENSE and LICENSE_FILE details

Changes this release:
  http://seclists.org/nmap-dev/2016/q2/34

Approved by:	lx (maintainer), adamw, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D7854
0.4_1
11 Sep 2016 03:28:18
Revision:421783Original commit files touched by this commit
marino search for other commits by this committer
security/ncrack: Add SSL flags

Approved by:	SSL blanket
0.4_1
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
0.4_1
28 Jul 2015 02:55:31
Revision:393048Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist

Approved by:	portmgr blanket
0.4_1
15 Jan 2015 09:05:38
Revision:377064Original commit files touched by this commit
tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
0.4
31 Jan 2014 15:54:10
Revision:342012Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
- Convert to USES
0.4
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
0.4
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
0.4
29 Mar 2013 19:33:42
Revision:315566Original commit files touched by this commit
cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
0.4
04 Jun 2011 02:55:37
Original commit files touched by this commit
lx search for other commits by this committer
Update to 0.4.
0.3
13 Sep 2010 19:17:27
Original commit files touched by this commit
lx search for other commits by this committer
Update to 0.3.

PR:             ports/150497
Submitted by:   Matthieu BOUTHORS
0.2
28 Jul 2010 00:31:52
Original commit files touched by this commit
lx search for other commits by this committer
Adding ncrack, a network authentication cracking tool from the folks
that brought you nmap.

Number of commits found: 27