Skip to content

Commit 65fe159

Browse files
authored
added newline for ruff compliance
Signed-off-by: gatari <zavier@gatari.dev>
1 parent 25e9586 commit 65fe159

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nxc/modules/lsassy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
from nxc.helpers.bloodhound import add_user_bh
1717

18+
1819
class NXCModule:
1920
name = "lsassy"
2021
description = "Dump lsass and parse the result remotely with lsassy"
@@ -238,4 +239,4 @@ def save_credentials(context, connection, domain, username, password, lmhash, nt
238239
else:
239240
credential_type = "hash"
240241
password = ":".join(h for h in [lmhash, nthash] if h is not None)
241-
context.db.add_credential(credential_type, domain, username, password, pillaged_from=host_id)
242+
context.db.add_credential(credential_type, domain, username, password, pillaged_from=host_id)

0 commit comments

Comments
 (0)