tweaks for release

This commit is contained in:
ziirish 2018-05-14 15:38:33 +02:00
parent 949f019f5e
commit fa9aed5ce8
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
6 changed files with 8 additions and 6 deletions

View file

@ -1,8 +1,8 @@
Changelog Changelog
========= =========
Current 0.6.0 (05/14/2018)
------- ------------------
- **BREAKING**: the *BASIC* ``ACL`` engine will now grant users on all agents if they are not explicitly defined - **BREAKING**: the *BASIC* ``ACL`` engine will now grant users on all agents if they are not explicitly defined
- **BREAKING**: a new ``[ACL]`` section has been created in order to control the new ACL engine behavior - **BREAKING**: a new ``[ACL]`` section has been created in order to control the new ACL engine behavior

View file

@ -35,6 +35,7 @@ You can now play with ``Burp-UI`` at
Credentials: Credentials:
- *admin* / *admin* to play with ``Burp-UI`` as an administrator - *admin* / *admin* to play with ``Burp-UI`` as an administrator
- *moderator* / *moderator* to play with ``Burp-UI`` as a moderator
- *demo* / *demo* to play with ``Burp-UI`` as a regular user - *demo* / *demo* to play with ``Burp-UI`` as a regular user
What's that? What's that?

View file

@ -284,7 +284,7 @@ That's all you need to do for this mode to work.
Multi-Agent Multi-Agent
^^^^^^^^^^^ ^^^^^^^^^^^
This mode allows you access multiple `Burp`_ servers through the `bui-agent`_. This mode allows you to access multiple `Burp`_ servers through the `bui-agent`_.
The architecture is available on the bui-agent The architecture is available on the bui-agent
`page <buiagent.html#architecture>`__. `page <buiagent.html#architecture>`__.

View file

@ -7,6 +7,7 @@ Is there a demo somewhere?
Yes, you can play with `Burp-UI`_ at `demo.burp-ui.org`_. Credentials are: Yes, you can play with `Burp-UI`_ at `demo.burp-ui.org`_. Credentials are:
- *admin* / *admin* to play with `Burp-UI`_ as an administrator - *admin* / *admin* to play with `Burp-UI`_ as an administrator
- *moderator* / *moderator* to play with `Burp-UI`_ as a moderator
- *demo* / *demo* to play with `Burp-UI`_ as a regular user - *demo* / *demo* to play with `Burp-UI`_ as a regular user
How to start using Burp-UI? How to start using Burp-UI?

View file

@ -20,6 +20,7 @@ Documentation
introduction introduction
requirements requirements
architecture
installation installation
basic_usage basic_usage
running running
@ -31,7 +32,6 @@ Documentation
gunicorn gunicorn
docker docker
buiagent buiagent
architecture
contributing contributing
changelog changelog
faq faq

View file

@ -14,7 +14,7 @@ Python
`Burp-UI`_ is built against python 2.7. The support for python 2.6 has been `Burp-UI`_ is built against python 2.7. The support for python 2.6 has been
removed since it is not supported anymore by the CPython core team. removed since it is not supported anymore by the CPython core team.
Unit tests are ran against python 2.7 and python 3.4. If you encounter Unit tests are ran against python 2.7 and python 3.6. If you encounter
compilation errors with one of these version, feel free to report them. compilation errors with one of these version, feel free to report them.
Libraries Libraries
@ -41,7 +41,7 @@ them using the following command:
Redis Redis
----- -----
If you wish to use redis for Caching and/or managing uses sessions, you need If you wish to use redis for Caching and/or managing user sessions, you need
additional dependencies: additional dependencies:
:: ::