From a1bbf061c1ffe2ddff9d6a23aaeb444f48979e92 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Tue, 23 Dec 2014 00:12:42 -0500 Subject: [PATCH] pnewd --- Other_Hackings/pwned/cheat-sheet_for_password_crackers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Other_Hackings/pwned/cheat-sheet_for_password_crackers.md b/Other_Hackings/pwned/cheat-sheet_for_password_crackers.md index 15f6fd4..a7e0821 100644 --- a/Other_Hackings/pwned/cheat-sheet_for_password_crackers.md +++ b/Other_Hackings/pwned/cheat-sheet_for_password_crackers.md @@ -57,7 +57,8 @@ ``` ## Extract sha512crypt, SHA512(Unix) -``` # cat *.txt | egrep -o '$6$w{8}S{86}' > sha512crypt.txt +``` +# cat *.txt | egrep -o '$6$w{8}S{86}' > sha512crypt.txt ``` ## Extract e-mails from text files