Update README.md

This commit is contained in:
Joe Totes
2022-09-20 14:03:41 -04:00
committed by GitHub
parent be1732fcbf
commit 7a0fdaadf2

View File

@@ -1285,11 +1285,9 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
```bash ```bash
# Search for correct hashcat number sudo ssh -N -L 0.0.0.0:445:192.168.1.110:445
hashcat --example-hashes | grep -B5 {HASH IDENTIFIER}
# Crack Hash smbclient -L 127.0.0.1 -U Administrator
hashcat -m {HASH NUMBER} {HASH} /usr/share/wordlists/rockyou.txt -O --force
``` ```