Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 525 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 525 Bytes

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 !!!