added newline for ruff compliance

Signed-off-by: gatari <zavier@gatari.dev>
This commit is contained in:
gatari
2025-08-01 21:38:13 +08:00
committed by GitHub
parent 25e9586ace
commit 65fe159168
+2 -1
View File
@@ -15,6 +15,7 @@ from impacket.krb5.ccache import CCache
from nxc.helpers.bloodhound import add_user_bh
class NXCModule:
name = "lsassy"
description = "Dump lsass and parse the result remotely with lsassy"
@@ -238,4 +239,4 @@ class NXCModule:
else:
credential_type = "hash"
password = ":".join(h for h in [lmhash, nthash] if h is not None)
context.db.add_credential(credential_type, domain, username, password, pillaged_from=host_id)
context.db.add_credential(credential_type, domain, username, password, pillaged_from=host_id)