PyADRecon 0.13.0__tar.gz → 0.13.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/CHANGELOG.md +12 -12
  2. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/PKG-INFO +1 -1
  3. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/PyADRecon.egg-info/PKG-INFO +1 -1
  4. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/dashboard_generator.py +1153 -1
  5. pyadrecon-0.13.2/package.json +3 -0
  6. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/pyadrecon.py +46 -4
  7. pyadrecon-0.13.0/package.json +0 -3
  8. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.dockerignore +0 -0
  9. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.github/FUNDING.yml +0 -0
  10. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  11. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  12. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.github/pyadrecon.png +0 -0
  13. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.github/workflows/conventional-commits.yml +0 -0
  14. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.github/workflows/pypi.yml +0 -0
  15. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/.gitignore +0 -0
  16. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/Dockerfile +0 -0
  17. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/LICENSE +0 -0
  18. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/PyADRecon.egg-info/SOURCES.txt +0 -0
  19. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/PyADRecon.egg-info/dependency_links.txt +0 -0
  20. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/PyADRecon.egg-info/entry_points.txt +0 -0
  21. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/PyADRecon.egg-info/requires.txt +0 -0
  22. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/PyADRecon.egg-info/top_level.txt +0 -0
  23. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/README.md +0 -0
  24. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/pyproject.toml +0 -0
  25. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/requirements.txt +0 -0
  26. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/setup.cfg +0 -0
  27. {pyadrecon-0.13.0 → pyadrecon-0.13.2}/windows/README.md +0 -0
@@ -1,35 +1,35 @@
1
- ## [0.13.0](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.14...v0.13.0) (2026-02-22)
1
+ ## [0.13.2](https://github.com/l4rm4nd/PyADRecon/compare/v0.13.1...v0.13.2) (2026-02-22)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * paginated dashboard ([1ec081f](https://github.com/l4rm4nd/PyADRecon/commit/1ec081f906436060cede2ebed94854708e2a954c))
6
+ * rework Foreign Security Principals in Privileged Groups ([50fe76e](https://github.com/l4rm4nd/PyADRecon/commit/50fe76e8674a79a84678947fde3d488a73e2f383))
7
7
 
8
- ## [0.12.14](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.13...v0.12.14) (2026-02-22)
8
+ ## [0.13.1](https://github.com/l4rm4nd/PyADRecon/compare/v0.13.0...v0.13.1) (2026-02-22)
9
9
 
10
10
 
11
11
  ### Bug Fixes
12
12
 
13
- * rename finding ([453536a](https://github.com/l4rm4nd/PyADRecon/commit/453536a5bf760db7ae28a759c5e11a77ee1adb1e))
13
+ * detect delegation findings ([90aea4e](https://github.com/l4rm4nd/PyADRecon/commit/90aea4ef264f2f6e124bb1a8fe4c123f1ea63192))
14
14
 
15
- ## [0.12.13](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.12...v0.12.13) (2026-02-22)
15
+ ## [0.13.0](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.14...v0.13.0) (2026-02-22)
16
16
 
17
17
 
18
- ### Bug Fixes
18
+ ### Features
19
19
 
20
- * rework protected users in dashboard ([b07d6e6](https://github.com/l4rm4nd/PyADRecon/commit/b07d6e6e88c3ad7503a41e2fbfd83231ee9016be))
20
+ * paginated dashboard ([1ec081f](https://github.com/l4rm4nd/PyADRecon/commit/1ec081f906436060cede2ebed94854708e2a954c))
21
21
 
22
- ## [0.12.12](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.11...v0.12.12) (2026-02-21)
22
+ ## [0.12.14](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.13...v0.12.14) (2026-02-22)
23
23
 
24
24
 
25
25
  ### Bug Fixes
26
26
 
27
- * add --generate-dashboard-from support ([e4905ce](https://github.com/l4rm4nd/PyADRecon/commit/e4905ce55616ea13e480f9c3c299542f07c3d312))
27
+ * rename finding ([453536a](https://github.com/l4rm4nd/PyADRecon/commit/453536a5bf760db7ae28a759c5e11a77ee1adb1e))
28
28
 
29
- ## [0.12.11](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.10...v0.12.11) (2026-02-21)
29
+ ## [0.12.13](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.12...v0.12.13) (2026-02-22)
30
30
 
31
31
 
32
32
  ### Bug Fixes
33
33
 
34
- * update footer ([a60f604](https://github.com/l4rm4nd/PyADRecon/commit/a60f604a82ea0c5f0c8b7889c0a87af901256d75))
34
+ * rework protected users in dashboard ([b07d6e6](https://github.com/l4rm4nd/PyADRecon/commit/b07d6e6e88c3ad7503a41e2fbfd83231ee9016be))
35
35
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyADRecon
3
- Version: 0.13.0
3
+ Version: 0.13.2
4
4
  Summary: Python Active Directory Reconnaissance Tool (ADRecon port) with NTLM and Kerberos support.
5
5
  Author: LRVT
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyADRecon
3
- Version: 0.13.0
3
+ Version: 0.13.2
4
4
  Summary: Python Active Directory Reconnaissance Tool (ADRecon port) with NTLM and Kerberos support.
5
5
  Author: LRVT
6
6
  License-Expression: MIT