From 2093f1b8fcd17acf04cc6980f834d184a6b2075c Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 25 Sep 2023 16:57:01 +0000 Subject: [PATCH] Fix CRLF for windows scripts --- example0.cmd | 4 ++-- example400.cmd | 4 ++-- example500.cmd | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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