diff --git a/example0.cmd b/example0.cmd index 38e05a590..08b223344 100644 --- a/example0.cmd +++ b/example0.cmd @@ -1,2 +1,2 @@ -hashcat.exe -m 0 -t 32 -a 7 example0.hash ?a?a?a?a example.dict -pause +hashcat.exe -m 0 -t 32 -a 7 example0.hash ?a?a?a?a example.dict +pause diff --git a/example400.cmd b/example400.cmd index 20421431d..88ffdc5f5 100644 --- a/example400.cmd +++ b/example400.cmd @@ -1,2 +1,2 @@ -type example.dict | hashcat.exe -m 400 example400.hash -pause +type example.dict | hashcat.exe -m 400 example400.hash +pause diff --git a/example500.cmd b/example500.cmd index 192027475..83a054687 100644 --- a/example500.cmd +++ b/example500.cmd @@ -1,2 +1,2 @@ -hashcat.exe -m 500 example500.hash example.dict -pause +hashcat.exe -m 500 example500.hash example.dict +pause