SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections
MIT License
1.38k stars 325 forks source link

Issues with OpenSSL implementation #64

Open rkes608 opened 4 months ago

rkes608 commented 4 months ago

Hi I have been having issues running Seth.sh to demonstrate capturing RDP traffic in a pen test lab.

Attacker: Kali - latest Host : win 10 edu Server: win-serv-2019

I am using the latest version of Kali to capture the traffic and at first it didnt have RC4 in openssl but it did capture the hash and password but would break after that due to not having RC4 it would break.

I have now Compiled my own OpenSSL version 1.0.1t and got it to include RC4.

Now Seth gives me this error: image

image

Can you take a look please, thanks!