6 python3.pkgs.buildPythonApplication rec {
9 disabled = python3.pythonOlder "3.6";
11 src = fetchFromGitHub {
15 sha256 = "0rrx49li2l9xlcax84qxjf60nbzp3fgq77c36yqmsp0pc9i89ah6";
18 propagatedBuildInputs = with python3.pkgs; [
25 # Project has no tests
27 pythonImportsCheck = [ "ntlmrecon" ];
30 description = "Information enumerator for NTLM authentication enabled web endpoints";
31 homepage = "https://github.com/pwnfoo/NTLMRecon";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];