Closed EtienneBruines closed 4 years ago
You need to install the fork of paramiko mentioned in requirements.txt
and setup.py
installed. If you install in a virtual environment, it will work just fine. 👍
Thank you for your quick reply.
Is that something that should have been automated by the pip install command? (i.e. shouldn't that already resolve dependencies?)
You likely already had paramiko installed, so the dependency is "satisfied" in that paramiko is installed. The problem is that the referenced dependency is a fork of paramiko with a small modification. I've submitted a PR for these changes, but they haven't been merged yet. Installing in a virtualenv ensures that any prior-installed packages don't get in the way.
I honestly have no idea what's wrong. :see_no_evil:
(In the context of https://tryhackme.com/room/wonderland )
Connecting manually using ssh:
Connecting using pwncat: