mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
pnewd
This commit is contained in:
parent
5179fa1b67
commit
a1bbf061c1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue