Skip to content

Commit

Permalink
pnewd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Wahl committed Dec 23, 2014
1 parent 5179fa1 commit a1bbf06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Other_Hackings/pwned/cheat-sheet_for_password_crackers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1bbf06

Please sign in to comment.