diff --git a/nxc/modules/lsassy.py b/nxc/modules/lsassy.py index 32d1db51..85ea942a 100644 --- a/nxc/modules/lsassy.py +++ b/nxc/modules/lsassy.py @@ -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) \ No newline at end of file + context.db.add_credential(credential_type, domain, username, password, pillaged_from=host_id)