This commit is contained in:
Mari Wahl 2014-12-23 00:12:42 -05:00
parent 5179fa1b67
commit a1bbf061c1

View File

@ -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