Codebase list enum4linux / 46eeab6
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 6 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
2626
2727 enum4linux (0.8.9-1kali0) kali; urgency=low
2828
29 * Initial release (Closes: #0000322)
29 * Initial release (Closes: #0000322)
3030
3131 -- Devon Kearns <[email protected]> Mon, 29 Apr 2013 08:55:11 -0600
1111 Architecture: all
1212 Depends: ${misc:Depends}, ${perl:Depends}, samba, smbclient, polenum, ldap-utils
1313 Description: Enumerates info from Windows and Samba systems
14 Enum4linux is a tool for enumerating information from Windows and Samba
15 systems. It attempts to offer similar functionality to enum.exe formerly
14 Enum4linux is a tool for enumerating information from Windows and Samba
15 systems. It attempts to offer similar functionality to enum.exe formerly
1616 available from www.bindview.com.
1717 .
18 It is written in PERL and is basically a wrapper around the Samba tools
19 smbclient, rpclient, net and nmblookup. The samba package is therefore a
18 It is written in PERL and is basically a wrapper around the Samba tools
19 smbclient, rpclient, net and nmblookup. The samba package is therefore a
2020 dependency.
2121 .
2222 Features include:
2828 Detecting if host is in a Workgroup or a Domain
2929 Identifying the remote Operating System
3030 Password Policy Retrieval (using polenum)
31
00 #!/usr/bin/make -f
11
22 %:
3 dh $@
3 dh $@