Burp-UI is a web-ui for burp backup written in python with Flask and jQuery/Bootstrap

Overview

Burp-UI

Build Status Test coverage Documentation Status

Introduction

Screenshots

https://git.ziirish.me/ziirish/burp-ui/raw/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.burp-ui.org

Credentials:

  • 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

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, a French DevOps 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

Documentation

The documentation is hosted on readthedocs at the following address: burp-ui.readthedocs.io

FAQ

A FAQ is available with the documentation.

Community

Please refer to the Contributing page.

Notes

Feel free to report any issues on my gitlab.

I have closed the github tracker to have a unique tracker system.

Also please, read the Contributing page before reporting any issue to make sure we have all the informations to help you. Bug report that don't comply with the rules will likely be ignored because my spare time is quite limited.

See also

Starting with burp-ui v0.3.0, I introduced you burp_server_report a project lead by Pablo Estigarribia.

Pablo also contributed to other interesting projects to automate burp and burp-ui deployments through Ansible:

@qm2k contributed some scripts/config to tweak your setup. You can found them here:

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:

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 his great piece of software! This project would not exist without Burp.

Owner
Benjamin "Ziirish" SANS
FOSS contributor since 2008
Benjamin
Flask-Starter is a boilerplate starter template designed to help you quickstart your Flask web application development.

Flask-Starter Flask-Starter is a boilerplate starter template designed to help you quickstart your Flask web application development. It has all the r

Kundan Singh 259 Dec 26, 2022
Curso Desenvolvimento avançado Python com Flask e REST API

Curso Desenvolvimento avançado Python com Flask e REST API Curso da Digital Innovation One Professor: Rafael Galleani Conteudo do curso Introdução ao

Elizeu Barbosa Abreu 1 Nov 14, 2021
flask-apispec MIT flask-apispec (🥉24 · ⭐ 520) - Build and document REST APIs with Flask and apispec. MIT

flask-apispec flask-apispec is a lightweight tool for building REST APIs in Flask. flask-apispec uses webargs for request parsing, marshmallow for res

Joshua Carp 617 Dec 30, 2022
Forum written for learning purposes in flask and sqlalchemy

Flask-forum forum written for learning purposes using SQLalchemy and flask How to install install requirements pip install sqlalchemy flask clone repo

Kamil 0 May 23, 2022
A simple web application built using python flask. It can be used to scan SMEVai accounts for broken pages.

smescan A simple web application built using python flask. It can be used to scan SMEVai accounts for broken pages. Development Process Step 0: Clone

Abu Hurayra 1 Jan 30, 2022
Rubik's cube assistant on Flask webapp

webcube Rubik's cube assistant on Flask webapp. This webapp accepts the six faces of your cube and gives you the voice instructions as a response. Req

Yash Indane 56 Nov 22, 2022
A template for Flask APIs.

FlaskAPITempate A template for a Flask API. Why tho? I just wanted an easy way to create a Flask API. How to setup First, use the template. You can do

TechStudent10 1 Dec 28, 2021
With Flask. Everything in a JSON.

Little Library REST API py 3.10 The only one requeriment it's to have Flask installed. To run this, in ./src/(if you're in PS): $env:FLASK_APP="app

Luis Quiñones Requelme 1 Dec 15, 2021
Brandnew-flask is a CLI tool used to generate a powerful and mordern flask-app that supports the production environment.

Brandnew-flask is still in the initial stage and needs to be updated and improved continuously. Everyone is welcome to maintain and improve this CLI.

brandonye 4 Jul 17, 2022
A python package for integrating ripozo with Flask

flask-ripozo This package provides a dispatcher for ripozo so that you can integrate ripozo with Flask. As with all dispatchers it is simply for getti

Vertical Knowledge 14 Dec 03, 2018
This is a repository for a playlist of videos where I teach building RESTful API with Flask and Flask extensions.

Build And Deploy A REST API with Flask This is code for a series of videos in which we look at the various concepts involved when building a REST API

Ssali Jonathan 10 Nov 24, 2022
A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and xlsm.

Flask-Excel - Let you focus on data, instead of file formats Support the project If your company has embedded pyexcel and its components into a revenu

247 Dec 27, 2022
This is a API/Website to see the attendance recorded in your college website along with how many days you can take days off OR to attend class!!

Bunker-Website This is a GUI version of the Bunker-API along with some visualization charts to see your attendance progress. Website Link Check out th

Mathana Mathav 11 Dec 27, 2022
Adds Injector support to Flask.

Flask-Injector Adds Injector support to Flask, this way there's no need to use global Flask objects, which makes testing simpler. Injector is a depend

Alec Thomas 246 Dec 28, 2022
Force SSL on your Flask app.

Flask-SSLify This is a simple Flask extension that configures your Flask application to redirect all incoming requests to HTTPS. The extension is no l

Kenneth Reitz 26 Dec 07, 2022
Adds SQLAlchemy support to Flask

Flask-SQLAlchemy Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy

The Pallets Projects 3.9k Dec 29, 2022
flask extension for integration with the awesome pydantic package

Flask-Pydantic Flask extension for integration of the awesome pydantic package with Flask. Installation python3 -m pip install Flask-Pydantic Basics U

248 Dec 26, 2022
Flask extension that takes care of API representation and authentication.

Flask-API-Utils Flask-API-Utils helps you to create APIs. It makes responses in appropriate formats, for instance, JSON. All you need to do is to retu

Marsel Mavletkulov 55 Aug 28, 2022
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

Flaskr - Intro to Flask, Test-Driven Development, and JavaScript Share on Twitter As many of you know, Flaskr -- a mini-blog-like-app -- is the app th

Michael Herman 2.2k Jan 04, 2023