-
Notifications
You must be signed in to change notification settings - Fork 886
Can't find the WINE profile for AuotIT v3 #204
Comments
Please provide the information requested when creating an issue.
… On May 4, 2018, at 9:02 PM, Alan ***@***.***> wrote:
I try to install Veil and all are fine but when the "Running setup.py install for future" message appears it stays there.
The commands that i used are:
$ git clone https://github.com/Veil-Framework/Veil.git
$ cd Veil
$ sudo su
$ ./config/setup.sh --force --silent
Please help me 😢
I can't continue 😞
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sorry, i already put the information 😆 |
@ChrisTruncer Same here. installed it using apt-get method |
Thank you 😃 |
I just installed Veil on a clean install of Kali via apt, and I was successfully able to generate an AutoIt payload and did not have the above error. Can you please retry on a clean Kali vm? |
@ChrisTruncer It's not about installation.The pic that I posted above was error that occurred straight after installation of veil.The necessary solution that I did was copied autoit3 folder from program files(x86) to program files and then veil was working fine. |
I think something happened during your install process though because that’s not where Veil installs AutoIt. Once you moved it, it was in the correct location and then started working.
… On May 9, 2018, at 8:45 AM, Usama Abdul Sattar ***@***.***> wrote:
@ChrisTruncer It's not about installation.The pic that I posted above was error that occur straight after installation of veil.The necessary solution that I did was copied autoit3 folder from program files(x86) to program files and veil was working fine after.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@ChrisTruncer I don't think so autoit3 setup default points to program files(x86) folder so I just installed it there. |
I can confirm it is something isolated to your install process/environment. I have installed Veil on a clean Kali VM using the process outlined in the README, and I did not need to move any Auto IT directory. It also was not in the Program Files(x86) folder (there wasn't one in the first place). |
@ChrisTruncer Ran into the same issue. I had the same setup as @nightmare06. Ubuntu 16.04, not Kali to emphasize. I was able to resolve this with the same solution by copying AutoIt3 from Program Files (x86) to Program Files. Not a big problem, but to let you know it does happen. Thanks! |
had the same issue, solution from @usama7628674 worked for me as well. |
same as @alexverboon i copied the autoit3 directory and its working fine |
This appears to only be limited to a small number of people. I am testing this on Kali, and I am not running into the issue. Veil installs fine and has no problem generating AutoIt binaries. I do appreciate the heads up in case anyone else does run into this issue. |
Thank you all. Experienced this issue, and fix above worked fine. |
Confirmed on Ubuntu 16.04.5. To give an easy copy-pastable fix for others, the below fixed the issue after following the normal setup instructions: For a Metasploit install made by https://github.com/trustedsec/ptf, here's my entire install script:
|
thansk for answer. i run it |
Worked great! Thanks for the tip! |
Simply fire this command :cp -R '/var/lib/veil/wine/drive_c/Program Files (x86)/AutoIt3' '/var/lib/veil/wine/drive_c/Program Files/' |
Thanks for answer . I did. |
bash /usr/share/veil/config/setup.sh --force --silent Specially works fine for me. |
thanks it work for me |
Simply fire this command :cp -R '/var/lib/veil/wine/drive_c/Program Files (x86)/AutoIt3' '/var/lib/veil/wine/drive_c/Program Files/' |
Can't Find Autolt3 file in Program Files(x86) SO What Can I DO Now |
Hey this may be too late but you may want to try Then we must git clone it, I had the same issue as you so I did it in force and silent mode |
Actually I Did It On My Own.
It Take Me Total 1 Day To Find Out Solution
I Just Download AuotIT v3 And Install It Using Wine In The Directory Which
Was Shown In The Error. And eventually It Worked.
…On Wed, Apr 21, 2021, 1:53 AM VortexVoltGIT ***@***.***> wrote:
Hey this may be too late but you may want to try
First Uninstall your current Veil
$ sudo apt-get autoremove Veil
Then we must git clone it,
$ git clone https://github.com/Veil-Framework/Veil.git
We have to direct our system to the directory
$ cd Veil
This runs the veil setup in force mode, silent mode
$ ./config/setup.sh --force --silent
I had the same issue as you so I did it in force and silent mode
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#204 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQWOICM6R4O76OBT3YHUF2TTJXPEFANCNFSM4E6N4EAA>
.
|
And Thanks For Response
On Wed, Apr 21, 2021, 10:23 AM Andrealine Owen ***@***.***>
wrote:
… Actually I Did It On My Own.
It Take Me Total 1 Day To Find Out Solution
I Just Download AuotIT v3 And Install It Using Wine In The Directory
Which Was Shown In The Error. And eventually It Worked.
On Wed, Apr 21, 2021, 1:53 AM VortexVoltGIT ***@***.***>
wrote:
> Hey this may be too late but you may want to try
> First Uninstall your current Veil
> $ sudo apt-get autoremove Veil
>
> Then we must git clone it,
> $ git clone https://github.com/Veil-Framework/Veil.git
> We have to direct our system to the directory
> $ cd Veil
> This runs the veil setup in force mode, silent mode
> $ ./config/setup.sh --force --silent
>
> I had the same issue as you so I did it in force and silent mode
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#204 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AQWOICM6R4O76OBT3YHUF2TTJXPEFANCNFSM4E6N4EAA>
> .
>
|
Please someone Help Me ...Iam Getting this Error while installing Veil in kali [i] Can't find WINE profile? Run: /home/kali/Desktop/Veil/config/config/setup.sh --force --silent please |
Same issue happened with me when installing Veil on a fresh Kali using all the default installation options. Worked directly after moving AutoIt3 from Program Files (x86) to Program Files. |
I try to install Veil and all are fine but when it finish and i run "./Veil.py" the next message appear:
The commands that i used to install it are:
Veil version: Current version
OS: Ubuntu 16.04
Yes, i run the setup.sh script
I already executed the command:
In the AutoIt installation i put:
I searched that directory (.../AutoIt3/Aut2Exe/) and i found that this directory was not in (.../drive_c/Program Files/), was in (.../drive_c/Program Files (x86)/...), so ¿i need to copy it into Program Files or i installed him bad?
Please help me 😢
I can't continue 😞
Sorry if my english is bad 😆
The text was updated successfully, but these errors were encountered: