-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem when executing Winpayload.py #84
Comments
I need help. |
Same ++ |
Follow install instructions via docker. |
root@kali:/opt/Winpayloads# python2 WinPayloads.py How i can fix it ? |
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)?
The text was updated successfully, but these errors were encountered: