1 parent 5351c77 commit 85e64a6Copy full SHA for 85e64a6
1 file changed
wsuks/helpers/regpol_parser.py
@@ -36,9 +36,11 @@ def __init__(self, policy_data):
36
self.data = policy_data
37
self.parsed_regpol = []
38
self.policies = []
39
- self.parse_policy()
40
self.logger = logging.getLogger("wsuks")
41
+ # Start parsing the registry policy data
42
+ self.parse_policy()
43
+
44
for policy in self.parsed_regpol:
45
# Parsing the data based on the type
46
# src: https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry-value-types
0 commit comments