Skip to content
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

Open
Diatemba99 opened this issue Feb 27, 2021 · 4 comments
Open

Problem when executing Winpayload.py #84

Diatemba99 opened this issue Feb 27, 2021 · 4 comments

Comments

@Diatemba99
Copy link

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)?

@Diatemba99
Copy link
Author

I need help.

@Rems08
Copy link

Rems08 commented Apr 26, 2021

Same ++

@C2Pwn
Copy link

C2Pwn commented Aug 31, 2021

Follow install instructions via docker.

@conan3hh
Copy link

root@kali:/opt/Winpayloads# python2 WinPayloads.py
Traceback (most recent call last):
File "WinPayloads.py", line 2, in
from lib.main import *
File "/opt/Winpayloads/lib/main.py", line 20, in
import psexec
File "/opt/Winpayloads/lib/psexec.py", line 31, in
from impacket import version, smb
File "/usr/local/lib/python2.7/dist-packages/impacket-0.9.25.dev1+20220428.174722.95a48050-py2.7.egg/impacket/smb.py", line 60, in
from impacket.krb5.gssapi import KRB5_AP_REQ
File "/usr/local/lib/python2.7/dist-packages/impacket-0.9.25.dev1+20220428.174722.95a48050-py2.7.egg/impacket/krb5/gssapi.py", line 23, in
from Cryptodome.Hash import HMAC, MD5
ImportError: No module named Cryptodome.Hash.

How i can fix it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@C2Pwn @Rems08 @Diatemba99 @conan3hh and others