Skip to content

Commit e9d1700

Browse files
committed
Formatting
1 parent c11090e commit e9d1700

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nxc/modules/whoami.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def on_login(self, context, connection):
7474
context.log.highlight(f"Enabled: {'No' if is_disabled else 'Yes'}")
7575
context.log.highlight(f"Password Never Expires: {'Yes' if password_never_expires else 'No'}")
7676

77-
# Process User PrincipalName
77+
# Process User PrincipalName
7878
if "userPrincipalName" in response:
7979
context.log.highlight(f"User Principal Name: {response['userPrincipalName']}")
8080

@@ -116,7 +116,7 @@ def on_login(self, context, connection):
116116
else:
117117
context.log.highlight(f"Service Account Name: {spns}")
118118

119-
# Process DistinguishedName
119+
# Process DistinguishedName
120120
if "distinguishedName" in response:
121121
context.log.highlight(f"Distinguished Name: {response['distinguishedName']}")
122122

@@ -128,7 +128,7 @@ def on_login(self, context, connection):
128128
context.log.highlight(f"Member of: {group}")
129129
else:
130130
context.log.highlight(f"Member of: {groups}")
131-
131+
132132
# Process User Sid
133133
if "objectSid" in response:
134134
context.log.highlight(f"User SID: {response['objectSid']}")

0 commit comments

Comments
 (0)