package
1.3.0
Repository: https://github.com/oonray/theblacklibrary.git
Documentation: pkg.go.dev

# README

TCP Forwarder in go

Forwards from one TCP port on host to one on target.

local==>host==>target
        8081   80

Usage

Usage of tcpforwarder:
  -H string
        The host to conenct to
  -P string
        The port to connect to
  -lp string
        The port to listen on

Dependency

  1. Logging: github.com/sirupsen/logrus