Skip to content
forked from medlab/uproxy

The simple and powerful IPV4/IPV6 supported HTTP proxy with HTTP CONNECT(HTTPS) supported

License

Notifications You must be signed in to change notification settings

ImARemote/uproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uproxy

The only perfect python based proxy server with both IPV6/IPV4 supported for you!

You can start a server and setup proxy on a browser even on your mobile device, then you may found some bad software is sending you private data out, if it’s http based, you may even see all the detail on your running Python console!

When you debug your web related software or try to monitor your device network activity, you will found a simple and clear http proxy server is your Swiss Army Knife, the best friend of engineer and hacks! That’s why I develop u-proxy which for detected bad software on my phone!

What you need to type is simple if you get code from github, you can run with full path

./UProxy.py

don’t forgot chmod +x UProxy.py to make UProxy.py runable

or

./UProxy.py [port] [accept client ip address]

The most powerful function is conjunction with ssh like

ssh -L 8000:127.0.0.1:8000 someone@somehost

and you run UProxy on somehost with

./UProxy 8000 127.0.0.1

It’s safe and powerfull!

*if you install by pip3 install u-proxy *

*You need run by mode like python3 -m uproxy.UProxy

Any pull request is welcome.

Love My Software: https://www.paypal.me/medlab :)

About

The simple and powerful IPV4/IPV6 supported HTTP proxy with HTTP CONNECT(HTTPS) supported

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.5%
  • Python 8.5%