File: control

package info (click to toggle)
python-ldapdomaindump 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: python: 1,002; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: python-ldapdomaindump
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Emmanuel Arias <emmanuelarias30@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-dnspython,
	       python3-future,
               python3-ldap3,
               python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/dirkjanm/ldapdomaindump
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-ldapdomaindump
Vcs-Git: https://salsa.debian.org/python-team/modules/python-ldapdomaindump.git
Testsuite: autopkgtest-pkg-python

Package: python3-ldapdomaindump
Architecture: all
Depends: ${misc:Depends}, ${python3: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.