Tool - Chisel

Commands

Installation

# Source
go install github.com/jpillora/chisel@latest

# Docker
docker run --rm -it jpillora/chisel --help

Help Menu

./chisel -h

Run Server (Attacker Machine)

./chisel server -p 3333

Run Client (Victim Machine)

./chisel32 client <server ip>:3333 5555:google.com:80

Reverse Method

Socks5

REFERENCES

Last updated

Was this helpful?