From 65a163f5fa52f67faa21e39ee32a0b12a497bc79 Mon Sep 17 00:00:00 2001 From: Scott Ellis Date: Fri, 11 Jan 2019 15:43:22 -0500 Subject: Add recipe for ncrack Ncrack is a network authentication cracking tool. Signed-off-by: Scott Ellis Signed-off-by: Armin Kuster --- recipes-security/ncrack/ncrack_0.7.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-security/ncrack/ncrack_0.7.bb diff --git a/recipes-security/ncrack/ncrack_0.7.bb b/recipes-security/ncrack/ncrack_0.7.bb new file mode 100644 index 0000000..06ba2b6 --- /dev/null +++ b/recipes-security/ncrack/ncrack_0.7.bb @@ -0,0 +1,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;md5=198fa93d4e80225839e595336f3b5ff0" + +SRCREV = "3a793a21820708466081825beda9fce857f36cb6" +SRC_URI = "git://github.com/nmap/ncrack.git" + +DEPENDS = "openssl zlib" + +inherit autotools-brokensep + +S = "${WORKDIR}/git" + +INSANE_SKIP_${PN} = "already-stripped" -- cgit v1.2.3-54-g00ecf