Caterpillar Proxy - The simple and parasitic web proxy with SPAM filter (formerly, php-httpproxy)
Go to file
2022-10-08 02:26:46 +09:00
index.php Update index.php 2022-10-07 13:55:07 +09:00
LICENSE Initial commit 2022-10-06 02:16:30 +09:00
README.md Update README.md 2022-10-08 02:19:19 +09:00
requirements.txt Create requirements.txt 2022-10-06 13:29:24 +09:00
screenshot.png Add files via upload 2022-10-08 02:26:24 +09:00
server.py Update server.py 2022-10-08 02:26:46 +09:00

php-httpproxy

HTTP proxy implementation with PHP socket

How to works

You <-----> HTTP proxy (Python) <-----> Web hosting (PHP) <-----> On the Web

HTTP proxy over the web hosting!

How to use

  1. Write a file with filename like .env(Linux) or settings.ini(Windows). Like this:
[settings]
PORT=5555
PROXY_URL=http://example.org
  1. Run python server.py and set HTTP proxy in your web browser (e.g. Firefox)

  2. Enjoy it

References

Contact