Git Product home page Git Product logo

honeyproxy's Introduction

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

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.

honeyproxy's People

Contributors

dmyers avatar mhils avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

honeyproxy's Issues

Replace Basic Auth

While the current Basic Auth solutions works like a charm in Chrome, Firefox decides to ask for credentials over and over again currently. I think we'll need to switch to something different.

Allow placeholders for parameters.

It would be great to allow placeholders like %(date)s in the parameters. We could enrich the default config to log to /dump/%(date)s/%(time)s then.

Fix preview template

Get away from returning the DOM element, invent something better. In the worst case, we need to stick to flowids for that.

Improve docs

The current documentation covers most technical aspects, but is unfriendly for beginners.
What we need:

  • A step by step tutorial, covering everything for the setup.
  • Including tutorial for iOS and Android (transparent mode)
  • A better feature overview with links to subarticles.

Fix checksum calculation of uploaded files

Currently the whole request/response body is used for the checksum. We need to elaborate if there is a good way to display the checksum of just the uploaded file. Also, we need to consider that there might be several files uploaded in one request.

How do we handle this?

Move "Show dumped files" into iframe.

Clicking on "Show dumped files" should open the file browser in an iframe rather than a new tab. With our main StackContainer, this should be easily possible.

Show timezone in table.

We currently don't indicate that the time is displayed in the local timezone. Fix that, but don't make it too bulky.

Make WebSockets listen to the same Port as the GUI does.

It should be possible to move the websockets onto the same port as the other stuff. This should make sharing a HoneyProxy instance easier. Make sure that this doesn't impose any issues with the Basic Auth + WS combination.

DirDumper: Dump request content

Currently, only the response content is dumped. This should cover most cases, but it would definitely be cool to dump the request, too.

Convert remaining Backbone models to dojo

Placeholder Issue. Refactor flow and the views + storage.
The current implementation is a bad mix of views and models. Let's see how we can handle this better. Maybe ist sufficient to use single Flow class combined with a PreviewFactory.

Minify JS et cetera..

Definitely something to do before a stable release, but currently always debuggable code is highly preferrable.

Refactor HoneyProxy.Config

As we are moving away from Backbone, use dojostuff instead.
In addition, we want a CRUD JSON config for the report examples.

Add dump management

Add a second panel to load saved dumps from ./dump/ .
This should include functionality to start new sessions right out of the GUI.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.