From 6034e7f807da5e653a1cff2fc8f4f83479fd352e Mon Sep 17 00:00:00 2001 From: Nathan Nogueira <30486860+nathannogueira@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:10:49 -0300 Subject: [PATCH] Update credencial sucess This fixes the issue of RDP connections with the correct credentials not succeeding --- lib/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.py b/lib/main.py index b735ba3..a6244c3 100644 --- a/lib/main.py +++ b/lib/main.py @@ -381,7 +381,7 @@ def vnckey(self, *options): def rdplogin(self, ip, user, password, port): # Could look into using: -grab-keyboard -mouse-motion -wallpaper -themes - rdp_cmd = "%s /v:%s /port:%s /u:%s /p:%s /cert-ignore -clipboard +auth-only " % ( + rdp_cmd = "%s /v:%s /port:%s /u:%s /p:%s /cert-ignore /tls-seclevel:0 /timeout:80000 -clipboard +auth-only " % ( self.xfreerdp_path, ip, port, user, password) if self.args.verbose == 2: