GoSecure / pyrdp

RDP monster-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact
https://www.gosecure.net/blog/2020/10/20/announcing-pyrdp-1/
GNU General Public License v3.0
1.47k stars 244 forks source link

Pyrdp modules not importing #449

Open cyber-hunt7 opened 7 months ago

cyber-hunt7 commented 7 months ago

Hi All,

Can someone please tell me how to install the following module, I can figure it out.

pyrdp.core pyrdp.logging pyrdp.player pyrdp.player.config

Keep getting a error "No matching distribution found"

I am using Python 3.11

Thank you in advanced.

jrgdiaz commented 7 months ago

Try using Python 3.10, are you on Windows ?

cyber-hunt7 commented 7 months ago

Yes I am on windows.

On Mon, 04 Dec 2023 at 03:19, Jorge Diaz @.***> wrote:

Try using Python 3.10, are you on Windows ?

— Reply to this email directly, view it on GitHub https://github.com/GoSecure/pyrdp/issues/449#issuecomment-1837691375, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPD3QKEUJGRU6HOFSZAMT3YHUQJNAVCNFSM6AAAAABAE2RVPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGY4TCMZXGU . You are receiving this because you authored the thread.Message ID: @.***>

obilodeau commented 7 months ago

As advised by @jrgdiaz can you try with Python 3.10 instead of 3.11?

The last few Python releases changed the way Python programs should be distributed and we haven't caught up yet. This is happening here #416.

cyber-hunt7 commented 7 months ago

Ok.

I tried it on kali and it works very good. Now I just need to figure out how to decrypt the traffic in this pcap file with an .cer file and then extract the rdp packets for this challenge.

obilodeau commented 7 months ago

This challenge likely needs to be solved using Wireshark and not PyRDP. There are guides online that explain how to do it. Similar to the Wireshark steps in this article: https://unit42.paloaltonetworks.com/wireshark-tutorial-decrypting-rdp-traffic/