Skip to content

Commit e779921

Browse files
authored
Merge pull request Pennyw0rth#844 from Pennyw0rth/neff-fix-dpapi
Fix dpapi
2 parents 49d0449 + 65be28d commit e779921

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def __init__(self, args, db, host):
122122
self.signing = False
123123
self.smb_share_name = smb_share_name
124124
self.pvkbytes = None
125+
self.no_da = None
125126
self.no_ntlm = False
126127
self.null_auth = False
127128
self.protocol = "SMB"

0 commit comments

Comments
 (0)