Run commands after one another.
#3
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
Reply


Messages In This Thread
Run commands after one another. - by Jajhaj - 04-09-2024, 09:30 AM
RE: Run commands after one another. - by Snoopy - 04-09-2024, 01:56 PM
RE: Run commands after one another. - by CmdFlaz - 04-15-2024, 09:11 AM