Skip to content

A python script that forwards local port to remote or local socket and print the data that socket transfers

Notifications You must be signed in to change notification settings

yasinjamalzadeh/py_socket_forward_rec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

py_socket_forward_rec

This script forwards a number of configured local ports to local or remote socket servers.

Configuration: Add to the config file pyrec.config lines with contents as follows: "local incoming port" "dest hostname" "dest port"

Start the application at command line with 'python pyrec.py' and stop the application by keying in .

Example: python pyrec.py 8080:127.0.0.1:5555

About

A python script that forwards local port to remote or local socket and print the data that socket transfers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages