Burp-UI is a web-ui for burp backup written in python with Flask and jQuery/Bootstrap
Project description
Build Status
Requirements
Please note that currently, Burp-UI must be running on the same server that runs the burp-server.
For LDAP authentication (optional), we need the simpleldap module that requires the following packages on Debian:
aptitude install libsasl2-dev libldap2-dev python-dev
Then we install the module itself:
pip install simpleldap
Installation
Burp-UI is written in Python with the Flask micro-framework. The easiest way to install Flask is to use pip.
On Debian, you can install pip with the following command:
aptitude install python-pip
Once pip is installed, you can install Burp-UI this way:
pip install burp-ui
You can setup various parameters in the burpui.cfg file. This file can be specified with the -c flag or should be present in /etc/burp/burpui.cfg. By default Burp-UI ships with a default file located in $BURPUIDIR/../share/burpui/etc/burpui.cfg.
Then you can run burp-ui: burp-ui
By default, burp-ui listens on all interfaces (including IPv6) on port 5000.
You can then point your browser to http://127.0.0.1:5000/
Instructions
In order to make the on the fly restoration/download functionality work, there you need to check a few things:
Provide the full path of the burp (client) binary file
Provide the full path of an empty directory where a temporary restoration will be made. This involves you have enough space left on that location on the server that runs Burp-UI
Launch Burp-UI with a user that can proceed restorations and that can write in the directory above
Make sure to configure a client on the server that runs Burp-UI that can restore files of other clients (option restore_client in burp-server configuration)
Notes
Please feel free to report any issues on my gitlab I have closed the github tracker to have a unique tracker system.
TODO
Here is a non-exhaustive list of things I’d like to add.
Also note that in the future, I’d like to write a burp-client GUI. But I didn’t think yet of what to do.
Changelog
version 0.0.4:
Add the ability to download files directly from the web interface
version 0.0.3:
Add authentication
version 0.0.2:
Fix bugs
version 0.0.1:
Initial release
Licenses
Burp-UI is released under the BSD 3-clause License.
But this project is built on top of other tools listed here:
Also note that this project is made with the Awesome Flask micro-framework.
Thanks
Special Thanks to Graham Keeling for its great software! This project would not exist without Burp.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file burp-ui-0.0.4.tar.gz.
File metadata
- Download URL: burp-ui-0.0.4.tar.gz
- Upload date:
- Size: 398.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59ca25ae18da73eadaca274f6bd1bfb1185dc9fc17df3e061815af856afdf724
|
|
| MD5 |
574a26111c78c70c534d4cdc8a95e11a
|
|
| BLAKE2b-256 |
b22e798d57c1273f55584545d5f0dea4d98dc4923771cea131c3baef5b944a23
|