Tagged: 

Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • #38977
    s4mu_
    Participant

    Ive tried in fresh kali image and same errors.

    #38978
    Akabueze
    Participant

    https://m.youtube.com/watch?v=evebx3wqFao

    Watch this guys video and follow the steps. But after running the update command, do not run the upgrade command because if you do it will affect Zaid’s custom Kali image.

    Then after update, close the terminal and open it again, navigate to opt folder and try installing veil again.

    Thanks

    #38996
    Diego PérezDiego Pérez
    Moderator

    Hi Akabueze!
    Thanks for sharing!

    Greetings!
    Diego

    #39032
    s4mu_
    Participant

    Thank you guys very much for the help. I’ll try it out now and see how it goes.

    #39040
    s4mu_
    Participant

    [ERROR] Failed with installing wine (2): 0

    it looks like wine32 is missing, you should install it.
    as root, please execute “apt-get install wine32”
    003a:err:msiexec:custom_action_server Failed to create custom action server pipe: 2

    I keep getting the same error. I dont know what to do anymore

    #39098
    Diego PérezDiego Pérez
    Moderator

    Hi s4mu!

    We actually will be updating the custom image so that this solution will be built in, I will let you know when the new version of the custom image is uploaded, we will also add the colors to the terminal and a number of other small fixes.

    You can fix this issue like so:
    1. Open the sources using the following command
    leafpad /etc/apt/sources.list
    2. Remove everything there and add the following
    deb http://http.kali.org/kali kali-last-snapshot main non-free contrib
    3. Save the document and quit.

    Install Veil after updating the sources:
    apt-get update
    apt-get install -y veil

    Let me know how it goes!
    Diego

    #39661
    Stanley Zawrotny
    Participant

    sir this is my 8th time installing veil and today i installed kali 2020.2 but still i have the same issue.
    https://drive.google.com/file/d/1IVToG40UbVVcGeg-ZGdy-6sCjlezZ4XN/view?usp=sharing

    #39673

    Hello Stanley,
    Can you download this kali image? Because you are not using zaid’s kali image. Please Download in here.

    https://zsecurity.org/download-custom-kali/

    Regards,
    Sithum Nimlaka.

    #39737
    Diego PérezDiego Pérez
    Moderator

    Hi Stanley!
    Please try as suggested by Sithum. It works pretty well in custom kali.

    Let me know how it goes!
    Diego

    #44527
    s4mu_
    Participant

    Hello, Im having this issue installing veil. btw its happening with any tool I try to install. Im using a fresh new installation of zaid´s custom kali.

    root@kali:~# apt-get install veil
    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:
    veil : Depends: wine
    E: Unable to correct problems, you have held broken packages.

    #44647
    Diego PérezDiego Pérez
    Moderator

    Hi!
    Can you try this solution:

    apt update
    apt install -y aptitude
    aptitude install -y veil

    You have to run this commands in a fresh custom kali.

    Let me know how it goes!
    Diego

    #66144
    hmbabu
    Participant

    Hello Zaid,

    I am studying the course Social Engineering, I am not able to find the script Install-veil from lession resources instead i found install-veil.txt file which contains 3 commands. May i know do i need to run those commands instead of the script? I tried to use those commands and i am getting the attached error. May I know how to resolve it?

    Attachments:
    You must be logged in to view attached files.
    #66146
    Diego PérezDiego Pérez
    Moderator

    Hi!
    That error needs to be fixed by Veil’s developers, it will juts affect python backdoors the rest should work fine. In other words veil was installed successfully just avoid using python backdoors.

    Greetings!
    Diego

Viewing 13 posts - 16 through 28 (of 28 total)
  • You must be logged in to reply to this topic.