Giter Club home page Giter Club logo

Comments (5)

Octoberfest7 avatar Octoberfest7 commented on July 17, 2024 1

i have the same problem we all deserve a fix

This is open source software created and maintained in someone's free time. You don't deserve anything.

This issue relates to a problem in the latest mesa release, which ships with Kali. This isn't a problem specific to Havoc, but in a dependency that Havoc (and many other programs use). To resolve this, complete the following steps. I recommend you take a snapshot of your VM prior to completing this process, as I don't know what downgrading the required packages might impact otherwise.

  1. Download Havoc, complete installation per the documentation.

  2. Run the command:
    echo "deb https://snapshot.debian.org/archive/debian/20231214T085654Z/ unstable main" > /etc/apt/sources.list.d/debian.list

This adds the December 14th, 2023 debian snapshot respository. The version of mesa (23.3) that causes this issue was released on the 15th, so we want the repo from right before that release.

  1. Run the command:
    apt-get update -o Acquire::Check-Valid-Until=false

  2. Run the command:
    apt-get install libegl-mesa0=23.2.1-1 libgl1-mesa-dev=23.2.1-1 libgl1-mesa-dri=23.2.1-1 libglapi-mesa=23.2.1-1 libglx-mesa0=23.2.1-1 mesa-common-dev=23.2.1-1 mesa-va-drivers=23.2.1-1 mesa-vdpau-drivers=23.2.1-1 mesa-vulkan-drivers=23.2.1-1 libgbm1=23.2.1-1

This will downgrade all of the mesa related and required packages that cause the issue to the 23.2 version. You should be able to start the Havoc client now.

from havoc.

SadEndHK avatar SadEndHK commented on July 17, 2024

i have the same problem we all deserve a fix

from havoc.

0xGLSS avatar 0xGLSS commented on July 17, 2024

did you install havoc using
apt install havoc on kali linux?

from havoc.

SadEndHK avatar SadEndHK commented on July 17, 2024

no i followed a document online from the Havoc website https://havocframework.com/docs/installation

but i gotta say i was using a virtual machine so if that helps fixing the problem?

from havoc.

zeroploitable avatar zeroploitable commented on July 17, 2024

I am having the same issue! Did anyone find a solution for it?

from havoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.