-
Notifications
You must be signed in to change notification settings - Fork 121
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
Default Pyinstaller Path inside Wine Directory is Incorrect #8
Comments
/_ / / / / |/ / _ / // / _______ ___
[!] Default Pyinstaller Path inside Wine Directory is Incorrect [?] Enter pyinstaller.exe path manually : |
It is not an issue, when the default pyinstaller path is incorrect then the
script will prompt to enter the pyinstaller path,
Make sure to run the installer script for linux, it will install the
python3 inside wine
…On Tue, 27 Oct, 2020, 5:00 AM klSilent, ***@***.***> wrote:
------------------------------
/_ */*
*/ / / |/ / _ / // / _______ ___ / / / -) __/ _ / / _ \ |/|/ / _ / _ / __(*-</
-
*) /*/ _*/_*/*//*/*/|*/_*/*,*////_*/*/ /*_*/_*/
Author: Pushpender | GitHub: @Technowlogy-Pushpender
[!] Default Pyinstaller Path inside Wine Directory is Incorrect
[!] [Please Update Line 19 Later] [DefautPath:
~/.wine/drive_c/Python37-32/Scripts/pyinstaller.exe]
[?] Enter pyinstaller.exe path manually :
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANORYISJNBREXXKWK36C433SMYBDBANCNFSM4TABQ4VA>
.
|
/root/.wine/drive_c/Scripts/pycache This is all what i have in Scripts folder. I manually installed Python in /.wine/drive_c/ and manually searched in the Scripts folder for the pyinstaller.exe file. Unfortunately this file does not exist in this folder, what can I do in this situation? |
Try to install it like this:
wine /root/.wine/Python37-32/Scripts/pip3.exe install pyinstaller
It will install the pyinstaller, for you, then try again
…On Fri, 30 Oct, 2020, 2:43 PM klSilent, ***@***.***> wrote:
It is not an issue, when the default pyinstaller path is incorrect then
the script will prompt to enter the pyinstaller path, Make sure to run the
installer script for linux, it will install the python3 inside wine
… <#m_7973527825220336709_>
On Tue, 27 Oct, 2020, 5:00 AM klSilent, *@*.*> wrote:
------------------------------ /_ / / / / |/ / _ / // / _______ ___ / / /
-) __/ _ / / _ \ |/|/ / _ / _ / __(-</ - ) // _/_/*//*/*/|*/_*/*,*////*//
/***/_*/ Author: Pushpender | GitHub: @Technowlogy-Pushpender [!] Default
Pyinstaller Path inside Wine Directory is Incorrect [!] [Please Update Line
19 Later] [DefautPath: ~/.wine/drive_c/Python37-32/Scripts/pyinstaller.exe]
[?] Enter pyinstaller.exe path manually : — You are receiving this because
you are subscribed to this thread. Reply to this email directly, view it on
GitHub <#8 (comment)
<#8 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANORYISJNBREXXKWK36C433SMYBDBANCNFSM4TABQ4VA
.
/root/.wine/drive_c/Scripts/pycache
/root/.wine/drive_c/Scripts/easy_install.exe
/root/.wine/drive_c/Scripts/easy_install-3.7.exe
/root/.wine/drive_c/Scripts/pip.exe
/root/.wine/drive_c/Scripts/pip3.7.exe
/root/.wine/drive_c/Scripts/pip3.exe
/root/.wine/drive_c/Scripts/pywin32_postinstall.py
/root/.wine/drive_c/Scripts/pywin32_testall.py
This is all what i have in Scripts folder
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANORYIWKRGYVU4M7OVIDHNTSNJ7R3ANCNFSM4TABQ4VA>
.
|
[ * * * * * * * * * * * * * * * * * * * * * * * * * ] [?] These info above are correct? (y/n) : y [*] Checking Dependencies... [*] Generating Please wait for a while... [*] Encrypting Source Codes... [*] Compiling your payload, Please Wait for a while... 002b:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. [*] Deleting Junk Files... [!] Failed To Generate Your Payload :(, Please Try Again! [:D] Please Contact us on https://github.com/Technowlogy-Pushpender/technowhorse root@kali:/opt/technowhorse# 0039:err:ntdll:RtlLeaveCriticalSection section 0x11fc10 is not acquired |
The text was updated successfully, but these errors were encountered: