pupy icon indicating copy to clipboard operation
pupy copied to clipboard

KCP Missing

Open Vazza202 opened this issue 4 years ago • 1 comments

When I start pupy it outputs a message saying: Datagram based stream is not available: KCP Missing

When I execute a Linux payload "py" onto a Linux server, this is what it replies on the target server:

WARNING:pupy.network.pss:Datagram based stream is not available: KCP missing WARNING:root:pycrypto not available, using pure python libraries for AES (slower): No module named Crypto.Cipher ERROR:pupy.network:Transport ecm disabled: No module named Crypto.Cipher Traceback (most recent call last): File "network/lib/__init__.py", line 58, in <module> File "pupyimporter", line 570, in load_module File "pupyimporter", line 61, in loadpy File "network/lib/transports/ecm.py", line 16, in <module> ImportError: No module named Crypto.Cipher This was executed on Ubuntu and Debian, still outputs the same errors.

UPDATE: I did get the python script to execute well now. A couple of tweaks to the code and it was fine. This is no longer an issue :) but I still get KCP missing.

I'm on Kali Linux.

Thanks in advance if anyone can help, thanks.

Vazza202 avatar Mar 18 '20 04:03 Vazza202

manually install KCP as below,

  1. at /pupy/pupy directory.
  2. pip2 install -e external/pykcp

kjoon41 avatar Apr 05 '20 04:04 kjoon41