How to set multiple tasks in a hashcat?
#1
For example. i need to crack x1 md5 hash, and i have x7 files with rules, i cant combinate them in one file, so i need to:
1) hashcat -m 0 -a 0 hash.txt passwords.txt -r rules/d3ad0ne.rule
2) hashcat -m 0 -a 0 hash.txt passwords.txt -r rules/2.rule
3) hashcat -m 0 -a 0 hash.txt passwords.txt -r rules/3.rule
4) hashcat -m 0 -a 0 hash.txt passwords.txt -r rules/4.rule
5) hashcat -m 0 -a 0 hash.txt passwords.txt -r rules/5.rule
6) hashcat -m 0 -a 0 hash.txt passwords.txt -r rules/6.rule
7) hashcat -m 0 -a 0 hash.txt passwords.txt -r rules/7.rule

In order not to check if the process has reached the end, and enter commands manually, can I switch to automatic mode?
Thanks for the answer guys!
Reply


Messages In This Thread
How to set multiple tasks in a hashcat? - by disgust1n - 10-05-2022, 10:08 PM