2 , buildPythonApplication
10 buildPythonApplication rec {
11 pname = "enum4linux-ng";
14 src = fetchFromGitHub {
18 sha256 = "0fk6hzmvxb5y3nb41qr6dssxhdahkh5nxhbx480x42fhnqpssir5";
21 propagatedBuildInputs = [
28 # It's only a script and not a Python module. Project has no tests
32 description = "Windows/Samba enumeration tool";
34 enum4linux-ng.py is a rewrite of Mark Lowe's enum4linux.pl, a tool for
35 enumerating information from Windows and Samba systems.
37 homepage = "https://github.com/cddmp/enum4linux-ng";
38 license = with licenses; [ gpl3Plus ];
39 maintainers = with maintainers; [ fab ];