Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding distributed computing #386

Open
ghazi-rhili opened this issue Feb 12, 2019 · 2 comments
Open

Adding distributed computing #386

ghazi-rhili opened this issue Feb 12, 2019 · 2 comments

Comments

@ghazi-rhili
Copy link

Hello

This is more like enhancement than a real issue but I think it's very helpfull

Have any one though about adding distributed computing capabilities
Divide the payload on multiple servers to accelerate the iteration and get result faster

Let's say for example we want to decide the whole job on 5 servers
We can establish a connection and keep it alive to these 5servers or even create multiple channels according the servers CPU limit and start parallels jobs on each server ?

@vanhauser-thc
Copy link
Owner

you could just split the user files and send them to the servers with scp and then start hydra with that via ssh.

but yeah that would be cool to have.

@ghazi-rhili
Copy link
Author

spiting would invoke creating these files (which takes a long time and lot of space ,while just generating password and test em on the fly would be great ill any way will try to help in coding ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants