blob: 06ba2b6dfbee08640a72b887c3d7a3b98cdb0798 [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"
7LIC_FILES_CHKSUM = "file://COPYING;md5=198fa93d4e80225839e595336f3b5ff0"
8
9SRCREV = "3a793a21820708466081825beda9fce857f36cb6"
10SRC_URI = "git://github.com/nmap/ncrack.git"
11
12DEPENDS = "openssl zlib"
13
14inherit autotools-brokensep
15
16S = "${WORKDIR}/git"
17
18INSANE_SKIP_${PN} = "already-stripped"