Merge pull request #191806 from fabaff/ldapnomnom
ldapnomnom: init at unstable-2022-09-18
This commit is contained in:
commit
f4b211eb91
25
pkgs/tools/security/ldapnomnom/default.nix
Normal file
25
pkgs/tools/security/ldapnomnom/default.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "ldapnomnom";
|
||||
version = "unstable-2022-09-18";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lkarlslund";
|
||||
repo = pname;
|
||||
rev = "c6560a58c74b663f46a5fed7b63986cf96f1e366";
|
||||
hash = "sha256-tyPmCIO5ByO7pppe6dNtu+V8gtasQbzMkf5WrVG8S/I=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-psITrOXWh+3XXLSdo862ln8n7AkO00KB4mHyTdbDCkY=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool to anonymously bruteforce usernames from Domain controllers";
|
||||
homepage = "https://github.com/lkarlslund/ldapnomnom";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
@ -8527,6 +8527,8 @@ with pkgs;
|
||||
|
||||
ldapmonitor = callPackage ../tools/security/ldapmonitor { };
|
||||
|
||||
ldapnomnom = callPackage ../tools/security/ldapnomnom { };
|
||||
|
||||
ldapvi = callPackage ../tools/misc/ldapvi { };
|
||||
|
||||
ldeep = python3Packages.callPackage ../tools/security/ldeep { };
|
||||
|
Loading…
Reference in New Issue
Block a user