Coder Social home page Coder Social logo

pforward's Introduction

Info:

PForward is util for make port forwarding via proxy chains

Build:

git clone https://{project repo}
cd ./pforward/PForward
gradle build

or with docker

docker run --rm -u gradle -v "$PWD":/home/gradle/project -w /home/gradle/project gradle gradle build --warning-mode all

Run:

java -jar ./build/libs/PForward.jar  
PForward Version:0.14
Arguments:
	-i - listen ip address
	-p - listen tcp port list
	-r - listen tcp port range
	-t - target of connections
	     if target port is not defined then used listen port value 
	-c - proxy chains definition
	     defenition format:
	          ProxyType:FirstProxyHostname:ProxyPotr_ProxyType:NextProxyHostname:ProxyPotr
	          where ProxyType s4 for socks4 proxy and s5 for socks5 proxy
Forward tcp port via proxy chains:
	Usage: [-i 8.8.8.8] [-p 1080] [-c s5:1.1.1.1:1080_s4:2.2.2.2:1080] -t target_ipv4:80
	Usage: [-i 8.8.8.8] -p 135[,445,..] [-c s5:1.1.1.1:1080_s4:2.2.2.2:1080] -t target_ipv4
	Usage: [-i 8.8.8.8] -r 1000-2000 [-c s4:1.1.1.1:1080_s4:2.2.2.2:1080] -t target_ipv4
Start socks5 local server:
	Usage: -server [8.8.8.8] [-p 1080]

pforward's People

Contributors

dxrvs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.