Pivoting
netsh advfirewall firewall add rule name="Chisel-Adot8" dir=in action=allow protocol=tcp localport=15997./chisel_windows.exe server -p 15997 --socks5chisel client 10.200.101.150:15997 5005:socks
Last updated
This pivot is done one the git-serv to allow access to the interal Wreath website
Open up firwall port
netsh advfirewall firewall add rule name="Chisel-Adot8" dir=in action=allow protocol=tcp localport=15997Create forward proxy using chisel on git-serv
./chisel_windows.exe server -p 15997 --socks5Make yourself the client to access the webserver on 10.200.101.100
chisel client 10.200.101.150:15997 5005:socks
Add proxy into foxy proxy
Last updated