We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a47ff commit 0fd9f28Copy full SHA for 0fd9f28
impacket/examples/secretsdump.py
@@ -1432,7 +1432,7 @@ def dump(self):
1432
userName = V[userAccount['NameOffset']:userAccount['NameOffset']+userAccount['NameLength']].decode('utf-16le')
1433
1434
if userAccount['NTHashLength'] == 0:
1435
- logging.error('SAM hashes extraction for user %s failed. The account doesn\'t have hash information.' % userName)
+ logging.debug('The account %s doesn\'t have hash information.' % userName)
1436
continue
1437
1438
encNTHash = b''
0 commit comments