Using python and python2
Traceback (most recent call last):
File "WinPayloads.py", line 2, in
from lib.main import *
File "/home/kali/Downloads/tools/Winpayloads/lib/main.py", line 9, in
import blessed
ImportError: No module named blessed
Using python 3
File "WinPayloads.py", line 11
print t.bold_red + "[!] Rerun the setup.sh" + t.normal
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(t.bold_red + "[!] Rerun the setup.sh" + t.normal)?