Coder Social home page Coder Social logo

Comments (4)

s77rt avatar s77rt commented on June 2, 2024

Hmm, there is no explicit way but there may be a workaround. hashcat.launcher uses lorca for the gui and those are the paths that are being checked in order:

                paths = []string{
                        os.Getenv("LocalAppData") + "/Google/Chrome/Application/chrome.exe",
                        os.Getenv("ProgramFiles") + "/Google/Chrome/Application/chrome.exe",
                        os.Getenv("ProgramFiles(x86)") + "/Google/Chrome/Application/chrome.exe",
                        os.Getenv("LocalAppData") + "/Chromium/Application/chrome.exe",
                        os.Getenv("ProgramFiles") + "/Chromium/Application/chrome.exe",
                        os.Getenv("ProgramFiles(x86)") + "/Chromium/Application/chrome.exe",
                        os.Getenv("ProgramFiles(x86)") + "/Microsoft/Edge/Application/msedge.exe",
                        os.Getenv("ProgramFiles") + "/Microsoft/Edge/Application/msedge.exe",
                }

I think you can use Brave browser if you map one of the chrome or chromium folders to Brave. You may be able to do that using mklink.

from hashcat.launcher.

JoMaZu787 avatar JoMaZu787 commented on June 2, 2024

I just tried, but it did not seem to work. I am currently trying to make the code do what i want using x64dbg

from hashcat.launcher.

s77rt avatar s77rt commented on June 2, 2024

Another option is to fork both hashcat.launcher and lorca and update the files paths as per your need.

Or simply just install chromium. I don't see how Brave would offer any UX diff for hashcat.launcher

from hashcat.launcher.

JoMaZu787 avatar JoMaZu787 commented on June 2, 2024

Or simply just install chromium. I don't see how Brave would offer any UX diff for hashcat.launcher

Yeah I'm probably just going to do that.

from hashcat.launcher.

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.