Burp-UI is a web-ui for burp backup written in python with Flask and jQuery/Bootstrap
Find a file
2017-01-02 20:09:41 +01:00
burpui fix: bui-agent was broken (fixes #193) 2017-01-02 19:49:52 +01:00
contrib tweaks for release 2016-11-24 14:11:57 +01:00
debian start working on debian packaging 2016-08-26 10:45:39 +02:00
docker fix: missing configuration in the docker image 2016-12-28 15:36:04 +01:00
docs fix doc 2016-12-30 10:38:04 +01:00
migrations add: track sessions to allow sessions invalidation 2016-08-30 21:46:45 +02:00
pkgs/burp-ui-sql fix: bui-agent was broken (fixes #193) 2017-01-02 19:49:52 +01:00
share/burpui/etc improve documentation 2016-12-28 15:35:17 +01:00
test fix: the db manage command was broken 2016-12-15 22:56:46 +01:00
.editorconfig fix editor indentation 2016-02-12 21:59:13 +01:00
.gitignore ease meta-package versioning 2016-12-29 18:08:58 +01:00
.gitlab-ci.yml new lint test 2016-05-27 16:59:38 +02:00
.gitmodules use submodules so we don't rely on bower for builts anymore 2015-11-28 10:51:15 +01:00
.pylintrc some pep8 changes 2016-03-07 21:43:15 +01:00
babel.cfg add: support translations 2016-08-25 17:25:50 +02:00
bui-agent fix: arguments escape 2016-08-30 21:42:56 +02:00
bui-celery fix: arguments escape 2016-08-30 21:42:56 +02:00
bui-manage fix: arguments escape 2016-08-30 21:42:56 +02:00
burp-ui fix: arguments escape 2016-08-30 21:42:56 +02:00
CHANGELOG.rst fix: bui-agent was broken (fixes #193) 2017-01-02 19:49:52 +01:00
CONTRIBUTING.rst start next release cycle 2016-05-17 16:28:37 +02:00
CONTRIBUTORS Thanks 2016-12-11 19:45:24 +01:00
doc-requirements.txt update requirements 2015-12-31 09:12:11 +01:00
docker-compose.yml fix: bui-agent was broken (fixes #193) 2017-01-02 19:49:52 +01:00
Dockerfile fix for docker image 2016-12-15 15:05:57 +01:00
LICENSE copyright fix 2016-01-08 20:44:56 +01:00
Makefile fix: tests + syntax 2015-12-16 23:08:17 +01:00
MANIFEST.in fix: packaging issues 2016-12-14 13:08:39 +01:00
README.rst tweaks for release 2016-11-23 22:00:24 +01:00
requirements.txt better handling of CSRF expiration 2016-12-29 16:28:26 +01:00
setup.cfg build wheel packages 2016-08-18 22:54:16 +02:00
setup.py extras_require don't seem to be upgradable so there is now a burp-ui-sql meta-package 2016-12-29 17:44:26 +01:00
test-requirements.txt fix: packaging issues 2016-12-14 13:08:39 +01:00
VERSION enhance packaging 2015-09-30 20:08:04 +02:00

Badges
======

.. image:: https://git.ziirish.me/ci/projects/1/status.png?ref=stable
    :target: https://git.ziirish.me/ziirish/burp-ui/pipelines
    :alt: Build Status

.. image:: https://git.ziirish.me/ziirish/burp-ui/badges/stable/coverage.svg
    :target: https://git.ziirish.me/ziirish/burp-ui/pipelines
    :alt: Test coverage

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

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

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

.. image:: https://git.ziirish.me/ziirish/burp-ui/raw/stable/docs/_static/burp-ui.gif
    :target: https://git.ziirish.me/ziirish/burp-ui/blob/stable/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 <https://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 *online* restorations and to edit/manage
your burp-server's configuration files.


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.io
<https://burp-ui.readthedocs.io/en/stable/>`_


FAQ
===

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


Community
=========

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


Notes
=====

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.

Also please, read the `Contributing
<https://burp-ui.readthedocs.io/en/stable/contributing.html>`_
page before reporting any issue to make sure we have all the informations to
help you.


Licenses
========

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

But this project is built on top of other tools. Here is a non exhaustive list:

- `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/stable/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 feedbacks and bug reports. Those are making the project
moving forward.

Thank you to the `Flask`_ developers and community.

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/stable/LICENSE
.. _Burp: http://burp.grke.org/
.. _burpui.cfg: https://git.ziirish.me/ziirish/burp-ui/blob/stable/share/burpui/etc/burpui.sample.cfg