Burp-UI is a web-ui for burp backup written in python with Flask and jQuery/Bootstrap
Find a file
2015-12-16 22:48:18 +01:00
burpui increase cache duration 2015-12-16 22:47:39 +01:00
contrib switch to gevent 2015-12-07 21:53:05 +01:00
docker update environment 2015-12-16 22:48:18 +01:00
docs add: cache on some API calls to improve performances on the demo (see #45) 2015-12-11 17:47:01 +01:00
share/burpui/etc add: cache on some API calls to improve performances on the demo (see #45) 2015-12-11 17:47:01 +01:00
test fix: broken test 2015-12-07 22:01:31 +01:00
.editorconfig tweaks 2015-08-03 00:47:26 +02:00
.gitignore use submodules so we don't rely on bower for builts anymore 2015-11-28 10:51:15 +01:00
.gitlab-ci.yml need to build package before deploying the demo 2015-12-12 14:38:27 +01:00
.gitmodules use submodules so we don't rely on bower for builts anymore 2015-11-28 10:51:15 +01:00
bui-agent rework installer and remove external scripts 2015-10-19 21:13:13 +02:00
buiagent.sample.cfg renamed configuration files so that user changes are not overrided when upgrading 2015-06-15 18:47:23 +02:00
burp-ui rework installer and remove external scripts 2015-10-19 21:13:13 +02:00
burpui.sample.cfg renamed configuration files so that user changes are not overrided when upgrading 2015-06-15 18:47:23 +02:00
CHANGELOG.rst update changelog 2015-12-09 22:19:11 +01:00
CONTRIBUTING.rst fix link 2015-11-23 23:09:48 +01:00
LICENSE update documentation #1 2015-06-15 18:56:24 +02:00
Makefile add: docstring coverage 2015-11-12 19:07:51 +01:00
MANIFEST.in add: RELEASE file in order to know what version is running 2015-11-25 22:57:30 +01:00
pictures rework documentation 2015-11-19 23:48:13 +01:00
README.rst typos 2015-12-11 08:43:59 +01:00
requirements.txt add: cache on some API calls to improve performances on the demo (see #45) 2015-12-11 17:47:01 +01:00
setup.py switch to gevent 2015-12-07 21:53:05 +01:00
test-requirements.txt switch to nose for unittest 2014-11-26 11:13:16 +01:00
VERSION enhance packaging 2015-09-30 20:08:04 +02:00

Badges
======

.. image:: https://ci.ziirish.me/projects/1/status.png?ref=master
    :target: https://ci.ziirish.me/projects/1?ref=master
    :alt: Build Status

.. image:: https://readthedocs.org/projects/burp-ui/badge/?version=latest
    :target: https://readthedocs.org/projects/burp-ui/?badge=latest
    :alt: Documentation Status

Introduction
============

Screenshots
-----------

.. image:: https://git.ziirish.me/ziirish/burp-ui/raw/master/docs/_static/burp-ui.gif
    :target: https://git.ziirish.me/ziirish/burp-ui/blob/master/docs/_static/burp-ui.gif


Demo
----

A screenshot is worth a thousand words, but a Demo is worth a thousand
screenshots.
You can now play with ``Burp-UI`` at `demo.ziirish.me <http://demo.ziirish.me>`_

Credentials:

- *admin / admin* to play with ``Burp-UI`` as an administrator
- *demo / demo* to play with ``Burp-UI`` as a regular user


What's that?
------------

Let me introduce you ``Burp-UI``. It is a web-based UI to manage your
burp-servers.
You can view different reports about burp-servers, burp-clients, backups, etc.
``Burp-UI`` allows you to perform *on-the-fly* restorations and to edit/manage
your burp-server's configuration files.

It is actually an improvement of the burp status monitor (``burp -c /etc/burp/burp-server.conf -a s``).

In order to work properly, you must be running ``Burp-UI`` on the same host that
runs your burp-server (because the burp status port only listen on *localhost*).
If you don't want to, I developed a ``bui-agent`` that allows you to *proxify*
external commands to your burp status port.


Who are you?
------------

I'm `Ziirish <http://ziirish.info>`__, a French sysadmin who loves `Burp`_ and
who'd like to help its adoption by providing it a nice and powerful interface.
If you like my work, you can:

* Thank me by sending me an email or writing nice comments
* Buy me a beer or some fries (or both!)
* Make a donation on my `Paypal <http://ziirish.info>`__


Documentation
=============

The documentation is hosted on `readthedocs <https://readthedocs.org>`_ at the
following address: `burp-ui.readthedocs.org <https://burp-ui.readthedocs.org/en/latest/>`_


FAQ
===

A `FAQ <https://burp-ui.readthedocs.org/en/latest/faq.html>`_ is available with
the documentation.


Community
=========

Please refer to the `Contributing <https://burp-ui.readthedocs.org/en/latest/contributing.html>`_ page.


Notes
=====

Please feel free to report any issues on my `gitlab <https://git.ziirish.me/ziirish/burp-ui/issues>`_.
I have closed the *github tracker* to have a unique tracker system.


Licenses
========

``Burp-UI`` is released under the BSD 3-clause `License`_.

But this project is built on top of other tools listed here:

- `d3.js <http://d3js.org/>`_
- `nvd3.js <http://nvd3.org/>`_
- `jQuery <http://jquery.com/>`_
- `jQuery-UI <http://jqueryui.com/>`_
- `fancytree <https://github.com/mar10/fancytree>`_
- `bootstrap <http://getbootstrap.com/>`_
- `typeahead <http://twitter.github.io/typeahead.js/>`_
- `bootswatch <http://bootswatch.com/>`_ theme ``Slate``
- `angular-bootstrap-switch <https://github.com/frapontillo/angular-bootstrap-switch>`_
- `angular.js <https://angularjs.org/>`_
- `angular-ui-select <https://github.com/angular-ui/ui-select>`_
- `AngularStrap <http://mgcrea.github.io/angular-strap/>`_
- `lodash <https://github.com/lodash/lodash>`_
- `DataTables <http://datatables.net/>`_
- Home-made `favicon <https://git.ziirish.me/ziirish/burp-ui/blob/master/burpui/static/images/favicon.ico>`_ based on pictures from `simpsoncrazy <http://www.simpsoncrazy.com/pictures/homer>`_

Also note that this project is made with the Awesome `Flask`_ micro-framework.


Thanks
======

Thank you all for your fedbacks and bug reports that make the project moving
forward.

Special Thanks to Graham Keeling for its great piece of software! This project
would not exist without `Burp`_.


.. _Flask: http://flask.pocoo.org/
.. _License: https://git.ziirish.me/ziirish/burp-ui/blob/master/LICENSE
.. _Burp: http://burp.grke.org/
.. _burpui.cfg: https://git.ziirish.me/ziirish/burp-ui/blob/master/share/burpui/etc/burpui.sample.cfg