
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
carmenproxy
Advanced tools
.. image:: images/carmen_sandiego.jpg :height: 100px :width: 120 px :scale: 50 % :alt: alternate text :align: right
.. image:: https://img.shields.io/pypi/v/carmen.svg :target: https://pypi.python.org/pypi/carmen :alt: Latest PyPI version
.. image:: https://travis-ci.org/mark-hoffmann/carmen.png :target: https://travis-ci.org/mark-hoffmann/carmen :alt: Latest Travis CI build status
.. image:: https://codecov.io/gh/mark-hoffmann/carmen/branch/master/graph/badge.svg :target: https://codecov.io/gh/mark-hoffmann/carmen :alt: Coverage
Carmen is a tool for proxying programmatic HTTP requests. It finds a list of free proxy servers and routes your request traffic randomly, making everyone ask the question "Where in the world [is Carmen SanDiego] are my network requests coming from?"
This can be useful for webcrawlers where sites block bots after only a few requests.
**Disclaimer: Please use responsibily. Writing a large scale scraper can have detrimental effects on a websites performance and can cost a company a lot of money. DO NOT use this maliciously. Remember, with great power comes great responsibility. **
Carmen can easily be downloaded straight from github via the following:
.. code-block:: python
pip install carmenproxy
This package connects to 'https://www.sslproxies.org/' and finds free available proxies to then cycle through, discarding those that do not initially work.
To use Carmen, simply instantiate the ProxyRotator object, get the available proxies and pass your url into the make_request method. You are then returned a Response object.
.. code-block:: python
from carmenproxy import ProxyRotator
pr = ProxyRotator() pr.get_proxies()
r = pr.make_request('http://url.com')
r.read()
Requirements ^^^^^^^^^^^^
fake-useragent <https://github.com/hellysmile/fake-useragent>_carmenproxy currently supports Python 3.6
MIT <https://github.com/mark-hoffmann/carmenproxy/blob/master/LICENSE.txt>_
carmenproxy was written by Mark Hoffmann <markkhoffmann@gmail.com>_.
FAQs
Tool for proxying programmatic HTTP requests.
We found that carmenproxy 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.