From e3a188406597f5d3bd4cb4a41b90720f599aeec2 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:28:55 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b471811..3b16ba5 100644 --- a/README.md +++ b/README.md @@ -243,8 +243,8 @@ evil-winrm -i {IP ADDRESS} -u {USERNAME} -p {PASSWORD} # Usage - Crack a zip file {FILE.zip} and output hash into text file {FILE.txt} sudo zip2john {FILE.zip} > {FILE.txt} -# Usage - Crack a rar file {FILE.zip} and output hash into text file {FILE.txt} -sudo rar2john {FILE.zip} > {FILE.txt} +# Usage - Crack a rar file {FILE.rar} and output hash into text file {FILE.txt} +sudo rar2john {FILE.rar} > {FILE.txt} # Usage - Crack a password file {FILE.txt} john -w=/usr/share/wordlists/rockyou.txt {FILE.txt}