Skip to content

it`s a code for createing TCP proxy`s useing python

Notifications You must be signed in to change notification settings

errorfiathck/Tcp-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Tcp-proxy

its a code for createing TCP proxys useing python

installing in linux/termux :

git clone https://github.com/errorfiathck/Tcp-proxy.git

cd Tcp-proxy

Useing :

./proxy.py [local_host] [local_port] [remote_host] [remote_port] [receive_first]

Example :

./proxy.py 127.0.0.1 9000 10.12.132.1 9000 True

After running the codes, you should open a socket from the FTP server on your host so :

for Example =>

ftp 127.0.0.1:9000

Now u should seting up your server setting

done !!!

About

it`s a code for createing TCP proxy`s useing python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages