Update README.md

This commit is contained in:
Joe Totes
2022-09-20 14:00:37 -04:00
committed by GitHub
parent f265903090
commit be1732fcbf

View File

@@ -1275,6 +1275,25 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
``` ```
<br /> <br />
# Port Forwarding and Tunneling
***
#### SSH Tunneling
<br />
```bash
# Search for correct hashcat number
hashcat --example-hashes | grep -B5 {HASH IDENTIFIER}
# Crack Hash
hashcat -m {HASH NUMBER} {HASH} /usr/share/wordlists/rockyou.txt -O --force
```
<br />
# Password Cracking # Password Cracking