Skip to content

Commit 7e7d447

Browse files
authored
Merge pull request Pennyw0rth#855 from Pennyw0rth/typo
Fix typo
2 parents 9784c2c + b0fd02b commit 7e7d447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/whoami.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def on_login(self, context, connection):
102102

103103
# Process Bad Password Count
104104
if "badPwdCount" in response:
105-
context.log.highlight(f"Bad Passwod Count: {response['badPwdCount']}")
105+
context.log.highlight(f"Bad Password Count: {response['badPwdCount']}")
106106

107107
# Process servicePrincipalName
108108
if "servicePrincipalName" in response:

0 commit comments

Comments
 (0)