nccgroup / Winpayloads

Undetectable Windows Payload Generation
Apache License 2.0
1.56k stars 332 forks source link

launch error on parrot os #62

Closed steevespapillon closed 6 years ago

steevespapillon commented 6 years ago

when i try to launch Winpayloads : Traceback (most recent call last): File "./WinPayloads.py", line 2, in from lib.main import * File "/opt/Winpayloads/lib/main.py", line 8, in import blessed ImportError: No module named blessed

steevespapillon commented 6 years ago

pip install blessed Requirement already satisfied: blessed in /usr/local/lib/python3.6/dist-packages (1.15.0) Requirement already satisfied: six>=1.9.0 in /home/mc/.local/lib/python3.6/site-packages (from blessed) (1.11.0) Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.6/dist-packages (from blessed) (0.1.7)

steevespapillon commented 6 years ago

resolved thank you