pupy
pupy copied to clipboard
KCP Missing
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.
manually install KCP as below,
- at /pupy/pupy directory.
- pip2 install -e external/pykcp