Codebase list python-ldapdomaindump / cfe01cc debian / control
cfe01cc

Tree @cfe01cc (Download .tar.gz)

control @cfe01ccraw · history · blame

Source: python-ldapdomaindump
Section: python
Priority: optional
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>
Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-ldap3, python3-ldap3, python-dnspython, python3-dnspython
Standards-Version: 4.2.1
Homepage: https://github.com/dirkjanm/ldapdomaindump
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-ldapdomaindump;a=summary
Vcs-Git: git://git.kali.org/packages/python-ldapdomaindump.git
Testsuite: autopkgtest-pkg-python

Package: python-ldapdomaindump
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Active Directory information dumper via LDAP (Python 2)
 This package contains an Active Directory information dumper via LDAP. In an
 Active Directory domain, a lot of interesting information can be retrieved via
 LDAP by any authenticated user (or machine). This makes LDAP an interesting
 protocol for gathering information in the recon phase of a pentest of an
 internal network. A problem is that data from LDAP often is not available in
 an easy to read format.
 .
 ldapdomaindump is a tool which aims to solve this problem, by collecting and
 parsing information available via LDAP and outputting it in a human readable
 HTML format, as well as machine readable json and csv/tsv/greppable files.
 .
 This package installs the library for Python 2.

Package: python3-ldapdomaindump
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Active Directory information dumper via LDAP (Python 3)
 This package contains an Active Directory information dumper via LDAP. In an
 Active Directory domain, a lot of interesting information can be retrieved via
 LDAP by any authenticated user (or machine). This makes LDAP an interesting
 protocol for gathering information in the recon phase of a pentest of an
 internal network. A problem is that data from LDAP often is not available in
 an easy to read format.
 .
 ldapdomaindump is a tool which aims to solve this problem, by collecting and
 parsing information available via LDAP and outputting it in a human readable
 HTML format, as well as machine readable json and csv/tsv/greppable files.
 .
 This package installs the library for Python 3.