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