SySS-Research / Seth

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

Could not read certificate from <stdin> #60

Closed FalkProg closed 1 year ago

FalkProg commented 1 year ago

Greetings,

i try use seth for a uni projekt. but i cant get it running:

[*] Clone the x509 certificate of the original destination ... Could not read certificate from 4037D87C79F0000:error:1608010C:STORE routine:ossl_store_handle_load_result:result:unsupported:../crypto/store/store_result.c:151: Unable to load certificate.

RDP from Win11 Client to Win Server 2019/2022 Seth on Kali Linux

image

FalkProg commented 1 year ago

Hey,

i could not figure out the problem, but i tested a lil bit and with a new kali vm (from kali.org vwware 64bit) it works for all connections, Win10 to Win10 - Win10 to SRV19 - Win11 to SRV22. Before i had installed the "Complete offline installation with customization".

The new error is:

image

AdrianVollmer commented 1 year ago

Looks like you're missing xxd in your second post. You should install it: apt install xxd

Regarding the first error: hard to tell without knowing the details, but the attack should still work with the less convincing certificate.

FalkProg commented 1 year ago

Thank you. I will Test it, when i'm back home.