python-ldapdomaindump 0.9.4-1 source package in Ubuntu

Changelog

python-ldapdomaindump (0.9.4-1) unstable; urgency=medium

  * d/control: Bump standards version to 4.6.2 (from 4.6.1; no changes
    needed).
  * d/control: Update my contact information. Also update in d/copyright.
  * New upstream release.

 -- Emmanuel Arias <email address hidden>  Fri, 13 Oct 2023 19:36:03 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ldapdomaindump_0.9.4-1.dsc 2.2 KiB ff4c740bd744d8da306da47f932b00da6b9e99d6df38fb7944e722b88bf3e499
python-ldapdomaindump_0.9.4.orig.tar.gz 17.8 KiB 43a0822c96d06b8f7a3e3f044deb1591344c84d273c9d7f5815347c88af300fa
python-ldapdomaindump_0.9.4-1.debian.tar.xz 2.5 KiB 8c410d1d0ca2b9e8ba259fc9a477ed137fc90a182da0470a0893dfe9e387ab6b

Available diffs

No changes file available.

Binary packages built by this source

python3-ldapdomaindump: 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.