Codebase list python-ldapdomaindump / d4e12d7
Remove Python 2 package Sophie Brun 4 years ago
3 changed file(s) with 7 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
0 python-ldapdomaindump (0.9.1-0kali2) kali-dev; urgency=medium
1
2 * Remove Python 2 package
3
4 -- Sophie Brun <[email protected]> Fri, 04 Oct 2019 08:43:11 +0200
5
06 python-ldapdomaindump (0.9.1-0kali1) kali-dev; urgency=medium
17
28 * Initial release
44 Uploaders: Sophie Brun <[email protected]>
55 Build-Depends: debhelper-compat (= 12),
66 dh-python,
7 python-all,
8 python-dnspython,
9 python-future,
10 python-ldap3,
11 python-setuptools,
127 python3-all,
138 python3-dnspython,
149 python3-future,
1914 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-ldapdomaindump
2015 Vcs-Git: https://gitlab.com/kalilinux/packages/python-ldapdomaindump.git
2116 Testsuite: autopkgtest-pkg-python
22
23 Package: python-ldapdomaindump
24 Architecture: all
25 Depends: ${misc:Depends}, ${python:Depends}
26 Description: Active Directory information dumper via LDAP (Python 2)
27 This package contains an Active Directory information dumper via LDAP. In an
28 Active Directory domain, a lot of interesting information can be retrieved via
29 LDAP by any authenticated user (or machine). This makes LDAP an interesting
30 protocol for gathering information in the recon phase of a pentest of an
31 internal network. A problem is that data from LDAP often is not available in
32 an easy to read format.
33 .
34 ldapdomaindump is a tool which aims to solve this problem, by collecting and
35 parsing information available via LDAP and outputting it in a human readable
36 HTML format, as well as machine readable json and csv/tsv/greppable files.
37 .
38 This package installs the library for Python 2.
3917
4018 Package: python3-ldapdomaindump
4119 Architecture: all
33 export PYBUILD_NAME=ldapdomaindump
44
55 %:
6 dh $@ --with python2,python3 --buildsystem=pybuild
7
8 override_dh_install:
9 dh_install
10 # don't install the python2 binaries to avoid conflicts between
11 # Python2 and Python3 packages.
12 rm debian/python-ldapdomaindump/usr/bin/ldapdomaindump
13 rm debian/python-ldapdomaindump/usr/bin/ldd2bloodhound
6 dh $@ --with python3 --buildsystem=pybuild