Update README.md

This commit is contained in:
Joe Totes
2022-09-28 13:54:55 -04:00
committed by GitHub
parent 95f584c179
commit b641584d1d

View File

@@ -1355,6 +1355,22 @@ sudo ssh -N -L 80:127.0.0.1:80 {USER}@{IP ADDRESS} -p {PORT}
# Remote
ssh -N -R {LHOST}:{LPORT}:127.0.0.1:{RPORT} kali@{LHOST}
```
#### Chisel Dynamic Port Forwarding
<br />
```
# LHOST
chisel server -p 3477 --socks5 --reverse
# RHOST (Windows) - Transfer chisel.exe
chisel64.exe client {LHOST}:3477 R:socks
PS> .\chisel64.exe client {LHOST}:3477 R:socks
# LHOST
sudo NMAP -sT -Pn {FIREWALLED RHOST}
```
<br />