04-15-2024, 09:11 AM
(This post was last modified: 04-15-2024, 09:59 AM by Chick3nman.)
If your on windows you can group multiple commands in the CMD using the ; symbol
example:
Hashcat.exe -d 1 -m 101 -w 4 hash.hash C:\words ; Hashcat.exe -d 1 -m 949 -w 4 hash2.hash C:\list ; Hashcat.exe -d 1 -m 555 -w 4 hash3.hash C:\text
example:
Hashcat.exe -d 1 -m 101 -w 4 hash.hash C:\words ; Hashcat.exe -d 1 -m 949 -w 4 hash2.hash C:\list ; Hashcat.exe -d 1 -m 555 -w 4 hash3.hash C:\text