You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install dependencies listed in patator.py and compile with information from README.md, I still need to install python and all dependencies to use exe file.
Whats the matter compile it, if it does not contains all dependencies?
The text was updated successfully, but these errors were encountered:
I defeated all problems except one: impacket integration. Depending from installed version, compiled exe file returns after parator smb_login:
pyopenssl is not installed (impacket 0.9.11 - 0.9.12)
no output (impacket 0.9.13 - 0.9.14)
says that impacket does not installed (impacket 0.9.15)
If I compile without impacket, all other functions works well.
If I run it with python parator.py smb_login, everything works well.
Tried Windows 7 x86 and x64.
If I install dependencies listed in patator.py and compile with information from README.md, I still need to install python and all dependencies to use exe file.
Whats the matter compile it, if it does not contains all dependencies?
The text was updated successfully, but these errors were encountered: