blob: f151e4e1394fd8cbea1f7267d13b886ef189c126 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Network authentication cracking tool"
2DESCRIPTION = "Ncrack is designed for high-speed parallel testing of network devices for poor passwords."
3HOMEPAGE = "https://nmap.org/ncrack"
4SECTION = "security"
5
6LICENSE = "GPL-2.0"
Brad Bishopf0244752019-09-30 07:50:12 -04007LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"
Brad Bishop19323692019-04-05 15:28:33 -04008
Brad Bishopf0244752019-09-30 07:50:12 -04009SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
Patrick Williams53961c22022-01-20 11:06:23 -060010SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https"
Brad Bishop19323692019-04-05 15:28:33 -040011
12DEPENDS = "openssl zlib"
13
14inherit autotools-brokensep
15
16S = "${WORKDIR}/git"
17
Patrick Williams213cb262021-08-07 19:21:33 -050018INSANE_SKIP:${PN} = "already-stripped"