-
Notifications
You must be signed in to change notification settings - Fork 888
Veil Installation Failure #287
Comments
This looks to be an issue from your system/connection to the internet. If you look at line 45, you should have pulled down the Veil dependencies, but it didn’t happen. You can try manually cloning them and then restarting, or try to run the setup script again.
|
Hey Chris, |
Hey Chris, As you suggested i tried to manually clone the Veil repo, I successfully cloned it but when I ran the 'sudo ./config/setup.sh --force --silent' command it gave me the same error. I wandered on the Stack Exchange sites trying to solve my issues. SolutionI solved my issue by installing the package 'gnutls-bin': Command to install gnutls-bin: sudo apt install gnutls-binHere is the complete installation process: Thank You, |
Veil version
3.1.X
OS Used - all info (architecture, linux flavor, etc)
Linux kali 4.19.0-kali1-amd64
#1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux
How did you install Veil? (Apt, Clone from Github, etc.)
Tried both the methods(apt and Clone from Github), got the same error on both.
Did you run the setup script?
Yes, I did.
I followed all the instructions in README.md.
Pastebin link to error you are encountering (include console actions you took prior to error)
https://pastebin.com/8VhjkDkD
Expected behavior
I think the expected behavior would have been to install Veil with no errors
Any additional info you want to tell me
Before using the --force and --silent arguments on setup.sh files I got an error saying PyInstaller directory missing.
PS: Before creating a new issue, I did try to through all the other issues, related to installation failure. But none of the solutions there helped me. The most common solution I found was to edit /etc/apt/sources.list. I edited it to default and also try to install all the dependencies separately. But none of them seemed to work, as the dependencies (like wine etc) were already installed.
The text was updated successfully, but these errors were encountered: