I
I
Ivan_Google2020-07-22 19:41:10
linux
Ivan_Google, 2020-07-22 19:41:10

How to organize distributed brute force?

It is necessary to organize a brute force (for example) handshake, there are 100+ machines on Windows + 50 on Linux + hosting
It is clear that you need to separate the password database, but the best option would be the database lying on the hosting and the machines that access it and download the necessary parts, after that how the password will be found brute force should stop on all machines
Tell me how to implement it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Karpion, 2020-07-22
@Ivan_Google

A hosting database is created where password ranges are located. Distributed machines make an SQL query "take any free range and mark it taken". Upon termination of search of this range - it is necessary "to mark a range as processed".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question