Skip to content

Commit 2bc18c5

Browse files
committed
Fix Pwned spacing
1 parent 0983df9 commit 2bc18c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def hash_login(self, domain, username, ntlm_hash):
456456

457457
self.db.add_loggedin_relation(user_id, host_id)
458458

459-
out = f"{domain}\\{self.username}:{process_secret(self.hash)}{self.mark_guest()}{self.mark_pwned()}"
459+
out = f"{domain}\\{self.username}:{process_secret(self.hash)} {self.mark_guest()}{self.mark_pwned()}"
460460
self.logger.success(out)
461461

462462
if not self.args.local_auth and self.username != "":

0 commit comments

Comments
 (0)