mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 13:10:33 +00:00
Add recipe for ncrack
Ncrack is a network authentication cracking tool. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
b4441953a5
commit
65a163f5fa
@@ -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"
|
||||
Reference in New Issue
Block a user