How to use hashcat on multiple pc network(master-slave configuration) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: How to use hashcat on multiple pc network(master-slave configuration) (/thread-7572.html) |
How to use hashcat on multiple pc network(master-slave configuration) - SusmithHCK - 06-15-2018 I have few PC with different hardware configurations, AMD, intel, nvidia etc. All connected to a single network. I want utilize the all the resources on the network in a master - slave configuration. Is there any possible way? Or should i code a script myself? NOTE: I want use wordlist input generated by another python script and piped to hashcat. I cant generate a huge dictionary, its exceeding terra bytes. RE: How to use hashcat on multiple pc network(master-slave configuration) - royce - 06-15-2018 The first three Google hits for "distributed hashcat" cover the major ones: Hashtopolis, Hashview, and Cracklord. https://github.com/s3inlc/hashtopolis https://github.com/hashview/hashview https://github.com/jmmcatee/cracklord I've only used Hashtopolis (formerly Hashtopussy, and descendants of Hashtopus). It works well for many basic attacks. I don't think Hashtopolis will support piped input, though. |