Tagged: Veil issues
- This topic has 27 replies, 6 voices, and was last updated 2 years, 3 months ago by Diego Pérez.
- AuthorPosts
- May 27, 2020 at 7:49 pm #38282AkabuezeParticipant
After installing veil, I get lost of missing items.
Dependencies missing
Wine
Python
Ruby
Etc.Please what could be the cause
May 28, 2020 at 1:36 am #38304Sithum Nimlaka AbeydheeraParticipantHello Akabueze,
Try following commandsapt update
apt -y install veil
/usr/share/veil/config/setup.sh –force –silentTo run it:
/usr/share/veil/Veil.pyMay 28, 2020 at 6:28 am #38317Diego PérezModeratorHi Akabueze!
the best would be to use a fresh custom kali, it can be a snapshot previous to the failed installation or a new download and try the commands suggested by Sithum.
Let me know how it goes!
DiegoMay 28, 2020 at 9:53 am #38339AkabuezeParticipantI get unable to locate package Veil when I run the commands you provided.
May 28, 2020 at 12:59 pm #38352Sithum Nimlaka AbeydheeraParticipanttype
cd usr/share/veil
you can find location of the veil.Regards,
Sithum NimlakaMay 28, 2020 at 1:09 pm #38353AkabuezeParticipantWhen I upgrade Kali linux, every thing becomes different and some of the libraries will work and others won’t.
After the upgrade, veil installed because it found needed libs but FatRat and Empire won’t. Empire had a lot of permission denied.May 28, 2020 at 1:20 pm #38356Sithum Nimlaka AbeydheeraParticipantcan u share screenshot about your error,
May 28, 2020 at 7:33 pm #38386AkabuezeParticipantHello,
I tried to update source.list and everything started working.Thanks for your support
May 29, 2020 at 2:40 am #38432Sithum Nimlaka AbeydheeraParticipantYou got it!
You’re Welcome Akabueze.May 29, 2020 at 5:59 am #38438Diego PérezModeratorHi Akabueze!
Cool you got it!
DiegoJune 2, 2020 at 11:30 pm #38896s4mu_ParticipantI cant properly install veil because wine fails installation and python34 crashes when starting its installation. Can somebody help me? Ill apreciate it
****
[ERROR] Failed with installing wine (2): 0it looks like wine32 is missing, you should install it.
as root, please execute “apt-get install wine32″
wine: ‘/var/lib/veil/wine’ is a 32-bit installation, it cannot support 64-bit applications.Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L”/var/lib/veil/wine” has been updated.
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
it looks like wine32 is missing, you should install it.
as root, please execute “apt-get install wine32”
0039:err:msiexec:custom_action_server Failed to create custom action server pipe: 2root@kali:~# apt-get install wine32
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:The following packages have unmet dependencies:
libc6-dev : Breaks: python3.7 (< 3.7.7-1+b1) but 3.7.6-1 is to be installed
wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not going to be installed
Depends: libwine:i386 (= 5.0-4) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.June 3, 2020 at 2:23 am #38906Sithum Nimlaka AbeydheeraParticipanttry following commands,
apt update
apt upgrade
apt -y install veil
/usr/share/veil/config/setup.sh –force –silent
To run it:
/usr/share/veil/Veil.pyRegards,
Sithum NimlakaJune 3, 2020 at 5:25 am #38918Diego PérezModeratorHi s4mu!
Can you try to revert to a previous snapshot before failed installation? If you don’t have one the import a new custom kali, save a snpashot and try this:dpkg –add-architecture i386
apt-get update
apt install libgcc-8-dev python3.7
apt install veil -y
/usr/share/veil/config/setup.sh –force –silentAnd please show us any errors you get when you rin the above commands.
Don’t use the command apt-get upgarde as this will undo the changes made by Zaid.
Let me know how it goes!
DiegoJune 3, 2020 at 6:14 am #38924AkabuezeParticipantHello, I had this issue last week. It almost dried my bones. But what’s solved it for me was that I updated my source.list and everything worked fine just like magic.
June 3, 2020 at 10:25 pm #38973s4mu_Participantdiego, i have this error when running your first command. Also alkabuze how do I update my source.list?
root@kali:~# dpkg –add-architecture i386
dpkg: error: need an action optionType dpkg –help for help about installing and deinstalling packages [*];
Use ‘apt’ or ‘aptitude’ for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg –force-help for a list of forcing options;
Type dpkg-deb –help for help about manipulating *.deb files;Options marked [*] produce a lot of output – pipe it through ‘less’ or ‘more’ !
root@kali:~# sudo dpkg –add-architecture i386
dpkg: error: need an action optionType dpkg –help for help about installing and deinstalling packages [*];
Use ‘apt’ or ‘aptitude’ for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg –force-help for a list of forcing options;
Type dpkg-deb –help for help about manipulating *.deb files;Options marked [*] produce a lot of output – pipe it through ‘less’ or ‘more’ !
root@kali:~# - AuthorPosts
- You must be logged in to reply to this topic.