8 python3.pkgs.buildPythonApplication rec {
9 pname = "enum4linux-ng";
13 src = fetchFromGitHub {
15 repo = "enum4linux-ng";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-MN3AUubro9CHkdPe/X1xcE11ye/D/A+Kf6zUOJTN4l0=";
20 build-system = with python3.pkgs; [ setuptools ];
24 ++ (with python3.pkgs; [
30 # It's only a script and not a Python module. Project has no tests
34 description = "Windows/Samba enumeration tool";
36 enum4linux-ng.py is a rewrite of Mark Lowe's enum4linux.pl, a tool for
37 enumerating information from Windows and Samba systems.
39 homepage = "https://github.com/cddmp/enum4linux-ng";
40 changelog = "https://github.com/cddmp/enum4linux-ng/releases/tag/v${version}";
41 license = with licenses; [ gpl3Plus ];
42 maintainers = with maintainers; [ fab ];
43 mainProgram = "enum4linux-ng";