thc-hydra icon indicating copy to clipboard operation
thc-hydra copied to clipboard

hashcat style permutation system

Open peterclemenko opened this issue 4 years ago • 5 comments

It would be useful if we could take a partial password or a known wordlist and permute based off it in brute forcing similar to how hashcat works.

peterclemenko avatar Aug 30 '20 14:08 peterclemenko

yes that would be nice, and I am open to receive a pull request for that :)

as a workaround you can also use john/hashcat to create a wordlist from them and then pass that to hydra.

vanhauser-thc avatar Aug 31 '20 18:08 vanhauser-thc

the problem is to generate a password list is very slow since it is working only on cpu. same hydra while brute forcing ? cause even rocket.txt takes ages to crack. any ideas?

Nj0n avatar Feb 16 '21 10:02 Nj0n

has nothing to do with cpu vs gpu. network latency and server resources to a client are the bottleneck

vanhauser-thc avatar Feb 16 '21 17:02 vanhauser-thc

Nikmon

Rayanmanini avatar Oct 14 '23 13:10 Rayanmanini

Since Hydra offers fewer options than Hashcat, I'm considering the idea of adapting password generation scripts from Hashcat to integrate into Hydra. Additionally, we could explore the possibility of incorporating an option for utilizing a rules configuration file to manage multiple rules.

ghost avatar Dec 16 '23 15:12 ghost