Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
HoneyProxy — This project is now part of @mitmproxy. | Kitploit
Tools/GitHubGitHub/mhils/honeyproxy
Packet Sniffing & AnalysisWeb Proxies & InterceptionForensicsWeb SecurityNetwork SecurityPenetration Testing
GitHubmhils/honeyproxy

HoneyProxy

This project is now part of @mitmproxy.

View Repository
196409 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

This project has moved.

HoneyProxy is now part of mitmproxy: http://docs.mitmproxy.org/en/stable/mitmweb.html

HoneyProxy

HoneyProxy is a lightweight man-in-the-middle proxy that helps you analyze HTTP(S) traffic flows. It is tailored to the needs of security researchers and allows both real-time and log analysis. Being compatible with mitmproxy, it focuses on features that are useful in a forensic context and allows extended visualization capabilites.

HoneyProxy is developed as a HTML5 HTML5 browser-based application working on top of a logging core written in Python. It is primarily developed by Maximilian Hils and mentored by Guillaume Arcas as part of the Honeynet Google Summer of Code 2012 project.

More details can be found on the Honeynet project page and honeyproxy.org.

Current Status

HoneyProxy has grown steadily over the last months and is considered to be stable now. While there are still some features missing, HoneyProxy is already a nice open source alternative to other proxies such as BURP. Below you can see a screenshot of the current status.

screenshot

We love to hear from your experience with HoneyProxy. If you have any feature suggestions, please get in touch :)

Quick start

Download the latest release, a development snapshot or clone the git repo: git clone --recursive git://github.com/mhils/HoneyProxy.git.

Install all dependencies: pip install pyOpenSSL pyasn1 Twisted Autobahn
Windows users: Install the binaries for pyOpenSSL and Twisted manually.
Ubuntu / Debian users: Install twisted as a package (sudo apt-get install python-twisted)

Start HoneyProxy with python honeyproxy.py or python honeyproxy.py --help.
If you don't use a modern browser, a kitten will die. We currently support both Firefox and Chrome!

Most command line parameters are documented in the mitmproxy docs.

Dependencies

  • Python 2.7.x.
  • pyOpenSSL 0.12 or newer.
  • pyasn1 0.1.2 or newer.
  • Twisted 12.3.0 or newer.

Contributing

========== Anyone and everyone is welcome to contribute. If you have any questions, feel free to ping me directly or open a ticket at GitHub. I'll try to answer as soon as possible.

Download Tool