patator
patator copied to clipboard
Add in readme info about all-in-one windows compilation
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?
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.
I used to manage to get patator compiled with impacket. Try to follow that guide