6 stdenv.mkDerivation rec {
8 version = "unstable-2019-03-08";
10 src = fetchFromGitHub {
14 sha256 = "0x9irwrw5x2ia6ch6gshadrlqrgdi1ivkadmr7j4m75k04a7nvz1";
17 buildInputs = [ perl ];
21 cp -r ${src}/bedmod $out/bin/bedmod
22 cp ${src}/doona.pl $out/bin/doona
23 chmod +x $out/bin/doona
27 homepage = "https://github.com/wireghoul/doona";
28 description = "A fork of the Bruteforce Exploit Detector Tool (BED)";
30 A fork of the Bruteforce Exploit Detector Tool (BED).
31 BED is a program which is designed to check daemons for potential buffer overflows, format string bugs etc.
33 license = licenses.gpl2;
34 maintainers = with maintainers; [ pamplemousse ];