mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
added newline for ruff compliance
Signed-off-by: gatari <zavier@gatari.dev>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user