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.
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/CHANGELOG.md +12 -12
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PKG-INFO +2 -2
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/PKG-INFO +2 -2
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/README.md +1 -1
- pyadrecon-0.12.4/package.json +3 -0
- pyadrecon-0.12.4/pyadrecon.py +7232 -0
- pyadrecon-0.12.2/dashboard_generator.py +0 -2811
- pyadrecon-0.12.2/package.json +0 -3
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.dockerignore +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/FUNDING.yml +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/pyadrecon.png +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/workflows/conventional-commits.yml +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.github/workflows/pypi.yml +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/.gitignore +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/Dockerfile +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/LICENSE +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/SOURCES.txt +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/dependency_links.txt +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/entry_points.txt +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/requires.txt +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/PyADRecon.egg-info/top_level.txt +0 -0
- /pyadrecon-0.12.2/pyadrecon.py → /pyadrecon-0.12.4/dashboard_generator.py +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/pyproject.toml +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/requirements.txt +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/setup.cfg +0 -0
- {pyadrecon-0.12.2 → pyadrecon-0.12.4}/windows/README.md +0 -0
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
## [0.12.
|
|
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
|
-
*
|
|
6
|
+
* show detected cleartext pws in description/info fields ([d681224](https://github.com/l4rm4nd/PyADRecon/commit/d6812246687d1c73af910dbc906b3a843cf7a7f1))
|
|
7
7
|
|
|
8
|
-
## [0.12.
|
|
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
|
-
*
|
|
13
|
+
* add krbtgt rotation and protected users group to dashboard ([03e3046](https://github.com/l4rm4nd/PyADRecon/commit/03e30466f1f1f9033e0aa3341dba7521f855a62e))
|
|
14
14
|
|
|
15
|
-
## [0.12.
|
|
15
|
+
## [0.12.2](https://github.com/l4rm4nd/PyADRecon/compare/v0.12.1...v0.12.2) (2026-02-21)
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
###
|
|
18
|
+
### Bug Fixes
|
|
19
19
|
|
|
20
|
-
*
|
|
20
|
+
* Update Dockerfile ([783e6ea](https://github.com/l4rm4nd/PyADRecon/commit/783e6eab3f3396107f52c1183a135efaa5766561))
|
|
21
21
|
|
|
22
|
-
## [0.
|
|
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
|
-
*
|
|
27
|
+
* column sorting bug ([d160142](https://github.com/l4rm4nd/PyADRecon/commit/d160142e94d919421f5996c57e83187ac217a70b))
|
|
28
28
|
|
|
29
|
-
## [0.
|
|
29
|
+
## [0.12.0](https://github.com/l4rm4nd/PyADRecon/compare/v0.11.14...v0.12.0) (2026-02-21)
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
###
|
|
32
|
+
### Features
|
|
33
33
|
|
|
34
|
-
*
|
|
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.
|
|
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="
|
|
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.
|
|
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="
|
|
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="
|
|
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" />
|