We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24539b commit 8918f25Copy full SHA for 8918f25
pyadrecon_adws.py
@@ -74,7 +74,7 @@ class ldaptypes:
74
print("[*] openpyxl not available - Excel export disabled")
75
76
# Constants
77
-VERSION = "v0.1.7" # Automatically updated by CI/CD pipeline during release
+VERSION = "v0.2.0" # Automatically updated by CI/CD pipeline during release
78
BANNER = f"""
79
╔═════════════════════════════════════════════════════════════
80
║ PyADRecon {VERSION} - Python AD Reconnaissance Tool (ADWS)
0 commit comments