Skip to content

Commit b84d04a

Browse files
committed
Make text more precise
1 parent e75512a commit b84d04a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/badsuccessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def on_login(self, context, connection):
185185
parsed_resp = parse_result_attributes(resp)
186186
functional_domain_level = list(FUNCTIONAL_LEVELS.keys())[list(FUNCTIONAL_LEVELS.values()).index(int(parsed_resp[0]["msDS-Behavior-Version"]))]
187187
if int(parsed_resp[0]["msDS-Behavior-Version"]) < FUNCTIONAL_LEVELS["Windows Server 2025"]:
188-
context.log.fail(f"Attack won't work, domain functional level '{functional_domain_level}' is lower than Windows Server 2025, enumerating dMSA objects anyways.")
188+
context.log.fail(f"Attack won't work, domain functional level '{functional_domain_level}' is lower than Windows Server 2025, enumerating potential objects anyways.")
189189
else:
190190
context.log.success("Domain functional level is Windows Server 2025 or higher, attack is possible.")
191191

0 commit comments

Comments
 (0)