Skip to content

Commit ed01873

Browse files
committed
Remove domain from not implemented plaintext login to fix protocols with no auth and no domain
1 parent 754ca2d commit ed01873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def check_if_admin(self):
215215
def kerberos_login(self, domain, username, password="", ntlm_hash="", aesKey="", kdcHost="", useCache=False):
216216
return
217217

218-
def plaintext_login(self, domain, username, password):
218+
def plaintext_login(self, username, password):
219219
return
220220

221221
def hash_login(self, domain, username, ntlm_hash):

0 commit comments

Comments
 (0)