mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 07:21:46 +00:00
Caterpillar Proxy - The simple and parasitic web proxy with SPAM filter (formerly, php-httpproxy)
aeioubot-detectioncaptchafirewallforward-proxyhijackinghttp-proxyhttps-proxyk-anonymitymastodonmitmnetwork-filteringparasitic-computingproxyreverse-proxyspam-detectionssltlswafweb-debugging-proxy
index.php | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
screenshot.png | ||
server.py |
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
- Write a file with filename like
.env
(Linux) orsettings.ini
(Windows). Like this:
[settings]
PORT=5555
PROXY_URL=http://example.org
-
Run
python server.py
and set HTTP proxy in your web browser (e.g. Firefox) -
Test 3GB download (e.g. http://releases.ubuntu.com/22.04.1/ubuntu-22.04.1-desktop-amd64.iso)
-
Enjoy it