All Projects → jabbany → Knproxy

jabbany / Knproxy

Licence: mit
Lightweight, PHP-based Web Proxy that can utilize whatever remote connecting ablities your server has to offer. It should work out of the box. No configuration needed. For educational purposes.

Labels

Projects that are alternatives of or similar to Knproxy

Getnews.tech
A web server that fetches data from the News API and formats it for display in the terminal.
Stars: ✭ 94 (-36.49%)
Mutual labels:  curl
Notebook
我的技术笔记本~
Stars: ✭ 118 (-20.27%)
Mutual labels:  curl
Curl
一个轻量级的 PHP 网络操作类, 基于 Curl 封装并实现了 Get | Post | Upload | Download 等常用方法。
Stars: ✭ 132 (-10.81%)
Mutual labels:  curl
Grawler
Grawler is a tool written in PHP which comes with a web interface that automates the task of using google dorks, scrapes the results, and stores them in a file.
Stars: ✭ 98 (-33.78%)
Mutual labels:  curl
Wuzz
Interactive cli tool for HTTP inspection
Stars: ✭ 9,845 (+6552.03%)
Mutual labels:  curl
Twurl
OAuth-enabled curl for the Twitter API
Stars: ✭ 1,648 (+1013.51%)
Mutual labels:  curl
Katipo
HTTP2 client for Erlang based on libcurl and libevent
Stars: ✭ 90 (-39.19%)
Mutual labels:  curl
Owasp Mth3l3m3nt Framework
OWASP Mth3l3m3nt Framework is a penetration testing aiding tool and exploitation framework. It fosters a principle of attack the web using the web as well as pentest on the go through its responsive interface.
Stars: ✭ 139 (-6.08%)
Mutual labels:  curl
H2c
headers 2 curl. Provided a set of HTTP request headers, output the curl command line for generating that set. Try the converter online at
Stars: ✭ 113 (-23.65%)
Mutual labels:  curl
Curldrop
⏫ web app for for easy file uploads via curl
Stars: ✭ 125 (-15.54%)
Mutual labels:  curl
Gql
Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries
Stars: ✭ 101 (-31.76%)
Mutual labels:  curl
Mpdas
MPD AudioScrobbler written in C++ using libcurl
Stars: ✭ 101 (-31.76%)
Mutual labels:  curl
React Native Vdebug
React-Native 调试工具,支持Console终端、Network导出cURL,可视化Response,Retry cURL。
Stars: ✭ 124 (-16.22%)
Mutual labels:  curl
Wsend Gpg
Encrypted end to end file transfer
Stars: ✭ 97 (-34.46%)
Mutual labels:  curl
Appleapnpush
Send push notification to Apple Devices (iPhone, iPad)
Stars: ✭ 134 (-9.46%)
Mutual labels:  curl
Curl2httpie
covert command arguments between cURL and HTTPie
Stars: ✭ 92 (-37.84%)
Mutual labels:  curl
Walkman
Write HTTP requests in Org mode and replay them at will using cURL
Stars: ✭ 120 (-18.92%)
Mutual labels:  curl
Httpp
Micro http server and client written in C++
Stars: ✭ 144 (-2.7%)
Mutual labels:  curl
Generate Tls Cert
Generating self signed certificates
Stars: ✭ 135 (-8.78%)
Mutual labels:  curl
Ttfb.sh
Measures time-to-first-byte in seconds, for single or multiple URLs. Can calculate fastest, slowest & median TTFB values, and optionally log all response headers. Uses curl and the calculation `%{time_starttransfer} - %{time_appconnect}` which doesn't include any connection overhead, to better approximate devtool’s TTFB figure.
Stars: ✭ 123 (-16.89%)
Mutual labels:  curl

KnProxy

KnProxy is a lightweight, PHP-based web proxy that uses either cURL or PHP Sockets to proxy HTTP/HTTPS connections on a remote machine. It was created to achieve a high compatibility and ease of deployment and serves as a means to bypass the China GFW.

It should work out of the box without modifications, though you can fine tune it to fit your specific needs. Aside from the connecting ability module (which requires at least one of cURL, PHP Sockets or remote file reading to be available), KnProxy does not rely on any other additional PHP extensions (Although optional page compression requires the compression module for PHP to be enabled). KnProxy includes a document parser, url parser and session management module all self contained.

KnProxy 某个诡异的网页代理

KnProxy是一个轻量级的,基于PHP的网页代理。采用cURL或者PHP Sockets来将HTTP/HTTPS流量重新导流。KnProxy的设计意在实现最高的兼容性和最简单 的架设。KnProxy可用于临时快速架设一个穿越G-F-W的安全的网络代理。

KnProxy一般不需要任何更改就可使用,不过你可以在设置中对其进行微调。

License 许可

KnProxy is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].