GithubHelp home page GithubHelp logo

Comments (8)

PenguinKeeper7 avatar PenguinKeeper7 commented on June 11, 2024

You can use Hashcat across multiple nodes, just not natively through MPI

  1. Using the --keyspace, --limit and --skip flags to manually define which parts of an attack should be covered by each agent More info
  2. Using a dedicated distribution wrapper like Hashtopolis
  3. Using a Hashcat Brain More Info

This is probably best for the Hashcat forum, if you want to talk more about this, please use that

from hashcat.

yl960122 avatar yl960122 commented on June 11, 2024

Thank you for your response. I tried using hashcat brain to crack 8-character passwords, but it seems that the cracking time for each client did not decrease during the process.

from hashcat.

yl960122 avatar yl960122 commented on June 11, 2024

Client
image

from hashcat.

yl960122 avatar yl960122 commented on June 11, 2024

Server
image

from hashcat.

yl960122 avatar yl960122 commented on June 11, 2024

My test command is as follows:
server:hashcat --brain-server --brain-host=c10r4n09 --brain-port=23000 --brain-password 12345
client1:hashcat -a 3 -m 0 0bb0bee22c9991248b04fd9b9947997e --increment --increment-min 8 --increment-max 8 ?a?a?a?a?a?a?a?a --brain-client --brain-host=c10r4n09 --brain-port=23000 --brain-password 12345

The cracking commands for client 2 and client 3 are the same as client 1.Actually, I hope that the task of brute-force cracking can be evenly distributed among the three clients.

from hashcat.

yl960122 avatar yl960122 commented on June 11, 2024

Thank you for your response. Perhaps I should go to the Hashcat forum to find more useful information.

from hashcat.

PenguinKeeper7 avatar PenguinKeeper7 commented on June 11, 2024

That's not what Hashcat Brain is for, it's for making sure that there isn't any overlap between the work that Client A does from what Client B does when using different attacks. It should also only be used on quite slow algorithms. You want option 1 or 2.
Because this isn't a bug or new feature and you're just asking for support, it's probably best handled on the Hashcat forum instead of on Github

from hashcat.

Chick3nman avatar Chick3nman commented on June 11, 2024

Please take this to the forums or discord.

from hashcat.

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.