hidden-portforwarding
Victim starts a Hidden Service that forwards traffic. Useful for pivoting.
$ ./hidden-portforwarding -h
Usage of hidden-portforwarding:
-data-dir string
Where Tor data is stored. If not defined, a directory is created
-forward string
Where the hidden service should forward packets (local port forwarding). Format: <FW_IP>:<FW_PORT>. This parameter is required
-hidden-port int
Port for onion service (default 80)
-timeout int
Timeout in seconds for Tor setup (default 180)Last updated