The NetBSD Project

CVS log for pkgsrc/net/py-ldapdomaindump/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / py-ldapdomaindump

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 22 14:20:02 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.9: +6 -4 lines
Diff to previous 1.9 (colored)

py-ldapdomaindump: convert to wheel.mk

Bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 22 14:11:59 2023 UTC (4 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

py-ldapdomaindump: Fix PYTHON_VERSIONS_INCOMPATIBLE.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 17 11:54:39 2023 UTC (14 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.7: +3 -4 lines
Diff to previous 1.7 (colored)

py-ldapdomaindump: updated to 0.9.4

0.9.4
Unknown changes

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 23 21:49:56 2022 UTC (19 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

*: switch to appropriate py-dns version

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:28 2022 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 18 17:02:45 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

py-ldapdomaindump: updated to 0.9.3

0.9.3:
Unknown changes

Revision 1.4 / (download) - annotate - [select for diffs], Tue May 19 12:39:04 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.3: +12 -6 lines
Diff to previous 1.3 (colored)

py-ldapdomaindump: updated to 0.9.2

0.9.2:
Unknown changes

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 30 12:19:36 2020 UTC (3 years, 11 months ago) by nikita
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

py-ldapdomaindump: fix DEPENDS for py-dns

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 30 12:11:10 2020 UTC (3 years, 11 months ago) by nikita
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

py-ldapdomaindump: bump, use py-dns

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 30 11:48:42 2020 UTC (3 years, 11 months ago) by nikita
Branch: MAIN

Add net/py-ldapdomaindump Version 0.9.1

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.

The tool was designed with the following goals in mind:
- Easy overview of all users/groups/computers/policies in the domain
- Authentication both via username and password, as with NTLM hashes
  (requires ldap3 >=1.3.1)
- Possibility to run the tool with an existing authenticated
  connection to an LDAP service, allowing for integration with
  relaying tools such as impackets ntlmrelayx

The tool outputs several files containing an overview of objects in
the domain:
- domain_groups: List of groups in the domain
- domain_users: List of users in the domain
- domain_computers: List of computer accounts in the domain
- domain_policy: Domain policy such as password requirements and
  lockout policy
- domain_trusts: Incoming and outgoing domain trusts, and their
  properties

As well as two grouped files:
- domain_users_by_group: Domain users per group they are member of
- domain_computers_by_os: Domain computers sorted by Operating System

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>