Chisel
Compile
sudo apt install golang
git clone https://github.com/jpillora/chisel.git
cd chisel/
go buildenv GOOS=windows GOARCH=amd64
go build -o chisel.exe -ldflags "-s -w"Setup
Server
Chisel SOCKS proxy server
./chisel server -p 8080 --socks5Kali SSH SOCKS proxy server
sudo sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_config
sudo systemctl start ssh.service
ssh -N -D 0.0.0.0:1080 localhostClient (transfer complied .exe to jumping victim)
Usage
Command
Notes
Last updated