aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/ncrack/ncrack_0.7.bb
blob: ba269657f4c5a1316c6b17876be6949fe2a6b897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Network authentication cracking tool"
DESCRIPTION = "Ncrack is designed for high-speed parallel testing of network devices for poor passwords."
HOMEPAGE = "https://nmap.org/ncrack"
SECTION = "security"

LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"

SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
SRC_URI = "git://github.com/nmap/ncrack.git"

DEPENDS = "openssl zlib"

inherit autotools-brokensep

S = "${WORKDIR}/git"

INSANE_SKIP_${PN} = "already-stripped"