PyADRecon 0.12.2__tar.gz → 0.12.4__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 (28) hide show
  1. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/CHANGELOG.md +12 -12
  2. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PKG-INFO +2 -2
  3. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/PKG-INFO +2 -2
  4. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/README.md +1 -1
  5. pyadrecon-0.12.4/package.json +3 -0
  6. pyadrecon-0.12.4/pyadrecon.py +7232 -0
  7. pyadrecon-0.12.2/dashboard_generator.py +0 -2811
  8. pyadrecon-0.12.2/package.json +0 -3
  9. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.dockerignore +0 -0
  10. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/FUNDING.yml +0 -0
  11. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  12. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  13. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/pyadrecon.png +0 -0
  14. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/workflows/conventional-commits.yml +0 -0
  15. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/workflows/pypi.yml +0 -0
  16. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.gitignore +0 -0
  17. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/Dockerfile +0 -0
  18. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/LICENSE +0 -0
  19. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/SOURCES.txt +0 -0
  20. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/dependency_links.txt +0 -0
  21. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/entry_points.txt +0 -0
  22. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/requires.txt +0 -0
  23. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/top_level.txt +0 -0
  24. /pyadrecon-0.12.2/pyadrecon.py → /pyadrecon-0.12.4/dashboard_generator.py +0 -0
  25. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/pyproject.toml +0 -0
  26. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/requirements.txt +0 -0
  27. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/setup.cfg +0 -0
  28. {pyadrecon-0.12.2 → pyadrecon-0.12.4}/windows/README.md +0 -0
@@ -1,35 +1,35 @@
1
- ## [0.12.2](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.1...v0.12.2) (2026-02-21)
1
+ ## [0.12.4](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.3...v0.12.4) (2026-02-21)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * Update Dockerfile ([783e6ea](https://github.com/l4rm4nd/PyADRecon/commit/783e6eab3f3396107f52c1183a135efaa5766561))
6
+ * show detected cleartext pws in description/info fields ([d681224](https://github.com/l4rm4nd/PyADRecon/commit/d6812246687d1c73af910dbc906b3a843cf7a7f1))
7
7
 
8
- ## [0.12.1](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.0...v0.12.1) (2026-02-21)
8
+ ## [0.12.3](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.2...v0.12.3) (2026-02-21)
9
9
 
10
10
 
11
11
  ### Bug Fixes
12
12
 
13
- * column sorting bug ([d160142](https://github.com/l4rm4nd/PyADRecon/commit/d160142e94d919421f5996c57e83187ac217a70b))
13
+ * add krbtgt rotation and protected users group to dashboard ([03e3046](https://github.com/l4rm4nd/PyADRecon/commit/03e30466f1f1f9033e0aa3341dba7521f855a62e))
14
14
 
15
- ## [0.12.0](https://github.com/l4rm4nd/PyADRecon/compare/v0.11.14...v0.12.0) (2026-02-21)
15
+ ## [0.12.2](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.1...v0.12.2) (2026-02-21)
16
16
 
17
17
 
18
- ### Features
18
+ ### Bug Fixes
19
19
 
20
- * Implement dashboard generation toggle in arguments ([887ea40](https://github.com/l4rm4nd/PyADRecon/commit/887ea403d7a30a21bbc8feaa67d58eccee88302d))
20
+ * Update Dockerfile ([783e6ea](https://github.com/l4rm4nd/PyADRecon/commit/783e6eab3f3396107f52c1183a135efaa5766561))
21
21
 
22
- ## [0.11.14](https://github.com/l4rm4nd/PyADRecon/compare/v0.11.13...v0.11.14) (2026-02-20)
22
+ ## [0.12.1](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.0...v0.12.1) (2026-02-21)
23
23
 
24
24
 
25
25
  ### Bug Fixes
26
26
 
27
- * initialize sid mappings earlier to support individual --collect adcs runs ([b036a8f](https://github.com/l4rm4nd/PyADRecon/commit/b036a8fde34eae88cb14e570f9feb92a4a0e0fb3))
27
+ * column sorting bug ([d160142](https://github.com/l4rm4nd/PyADRecon/commit/d160142e94d919421f5996c57e83187ac217a70b))
28
28
 
29
- ## [0.11.13](https://github.com/l4rm4nd/PyADRecon/compare/v0.11.12...v0.11.13) (2026-02-19)
29
+ ## [0.12.0](https://github.com/l4rm4nd/PyADRecon/compare/v0.11.14...v0.12.0) (2026-02-21)
30
30
 
31
31
 
32
- ### Bug Fixes
32
+ ### Features
33
33
 
34
- * forest-child enumeration and sid resolving ([10637ff](https://github.com/l4rm4nd/PyADRecon/commit/10637ff68929c00b06df058b3720e26a20975774))
34
+ * Implement dashboard generation toggle in arguments ([887ea40](https://github.com/l4rm4nd/PyADRecon/commit/887ea403d7a30a21bbc8feaa67d58eccee88302d))
35
35
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyADRecon
3
- Version: 0.12.2
3
+ Version: 0.12.4
4
4
  Summary: Python Active Directory Reconnaissance Tool (ADRecon port) with NTLM and Kerberos support.
5
5
  Author: LRVT
6
6
  License-Expression: MIT
@@ -212,7 +212,7 @@ You may disable HTML dashboard generation via `--no-dashboard`.
212
212
  >[!CAUTION]
213
213
  > This is a beta feature. Displayed data may be falsely parsed or reported as issue. Take it with a grain of salt!
214
214
 
215
- <img width="1209" height="500" alt="image" src="https://github.com/user-attachments/assets/e9500806-374d-4c69-a9a8-7f1540779266" />
215
+ <img width="1275" height="763" alt="image" src="https://github.com/user-attachments/assets/7a35849b-46f8-4bdb-b4c1-01b03d02963b" />
216
216
 
217
217
  <details>
218
218
  <img width="1318" height="927" alt="image" src="https://github.com/user-attachments/assets/0760056c-963d-48fb-a252-fd082862bb01" />
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyADRecon
3
- Version: 0.12.2
3
+ Version: 0.12.4
4
4
  Summary: Python Active Directory Reconnaissance Tool (ADRecon port) with NTLM and Kerberos support.
5
5
  Author: LRVT
6
6
  License-Expression: MIT
@@ -212,7 +212,7 @@ You may disable HTML dashboard generation via `--no-dashboard`.
212
212
  >[!CAUTION]
213
213
  > This is a beta feature. Displayed data may be falsely parsed or reported as issue. Take it with a grain of salt!
214
214
 
215
- <img width="1209" height="500" alt="image" src="https://github.com/user-attachments/assets/e9500806-374d-4c69-a9a8-7f1540779266" />
215
+ <img width="1275" height="763" alt="image" src="https://github.com/user-attachments/assets/7a35849b-46f8-4bdb-b4c1-01b03d02963b" />
216
216
 
217
217
  <details>
218
218
  <img width="1318" height="927" alt="image" src="https://github.com/user-attachments/assets/0760056c-963d-48fb-a252-fd082862bb01" />
@@ -191,7 +191,7 @@ You may disable HTML dashboard generation via `--no-dashboard`.
191
191
  >[!CAUTION]
192
192
  > This is a beta feature. Displayed data may be falsely parsed or reported as issue. Take it with a grain of salt!
193
193
 
194
- <img width="1209" height="500" alt="image" src="https://github.com/user-attachments/assets/e9500806-374d-4c69-a9a8-7f1540779266" />
194
+ <img width="1275" height="763" alt="image" src="https://github.com/user-attachments/assets/7a35849b-46f8-4bdb-b4c1-01b03d02963b" />
195
195
 
196
196
  <details>
197
197
  <img width="1318" height="927" alt="image" src="https://github.com/user-attachments/assets/0760056c-963d-48fb-a252-fd082862bb01" />
@@ -0,0 +1,3 @@
1
+ {
2
+ "version": "0.12.4"
3
+ }