Network Forwarding
SSH
sudo sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_configsudo systemctl start ssh.serviceMetasploit
use auxiliary/server/socks_proxy
set srvhost 127.0.0.1
set srvport 1080
set version 4a # proxychains.conf socks4 127.0.0.1 1080
exploituse multi/manage/autoroute
set session 1
exploitnetstat -an | grep :1080Chisel
Last updated