
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
warp-proxy
Advanced tools
Simple http transparent proxy made in python 3.4
This is proof-of-concept code.
You can install warp using pip:
.. code-block:: console
$ pip install warp-proxy
Or if you're interested in bleeding edge of the master branch give it a try:
.. code-block:: console
$ git clone git://github.com.devunt/warp.git $ cd warp/ $ pip install -e .
run warp command (or you might need to run warp.py instead
if setuptools isn't installed in your system)
.. code-block:: console
$ warp
set browser's proxy setting to
http proxy host: 127.0.0.1 port: 8800
https proxy host: 127.0.0.1 port: 8800 (https proxy is not recommended)
???
PROFIT!
.. code-block:: console
$ python warp.py --help
MIT License (included in warp.py)
may not work in
FAQs
Simple http transparent proxy made in Python 3.4
We found that warp-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.