bounceback

Redirect traffic through intermediary servers for covert operations

brewmacoslinux
Try with needOr install directly
Source

About

Stealth redirector for red team operation security

Commands

bounceback

Examples

set up a redirect from local port to remote server$ bounceback -l 8080 -r example.com:443
hide real IP address by routing through proxy chain$ bounceback -l 9090 -r proxy.internal:8080 --chain
forward traffic with SSL inspection disabled$ bounceback -l 5555 -r target.local:443 --no-verify
create bounce server listening on multiple ports$ bounceback -l 8080,8081,8082 -r backend.server:443
log all redirected traffic to file for analysis$ bounceback -l 7777 -r dest.host:80 --log traffic.log