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
REST API with mongoDB and Flask.

Flask REST API with mongoDB py 3.10 First, to install all dependencies: python -m pip install -r requirements.txt Second, into the ./src/ folder, cop

Luis Quiñones Requelme 3 Mar 05, 2022
Connect is a Python Flask project within the cloud-native ecosystem

Connect is a Python Flask project within the cloud-native ecosystem. Second project of Udacity's Cloud Native Nanodegree program, focusing on documenting and architecting a monolith migration to micr

Lauren Ferreira 3 Feb 28, 2022
5 Flask Projects To Get Started

5 Flask Projects Projects Made By Using Flask Projects List Rock Paper Scissor Game - A Simple Game Weather App - A OpenWeatherMap Scraper Task List -

Root_Arch 59 Dec 18, 2022
Small flask based opds catalog designed to serve a directory via OPDS

teenyopds Small flask based opds catalog designed to serve a directory via OPDS, it has currently only been verified to work with KyBook 3 on iOS but

Adam Furbee 4 Jul 14, 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
REST API built using flask framework that used for managing bookmarks by individual users.

Bookmarks REST API REST API built using flask framework that used for managing bookmarks by individual users. API Consumers Note This app is built usi

Venkatesh Tantravahi 1 Dec 27, 2021
Criando um Bot com PYAUTOGUI e utilizando o Flask para Interface para Usuário

Criando um Bot com PYAUTOGUI e utilizando o Flask para Interface para Usuário O pyautogui foi escolhido pela possibilidade de fazer a identificação do

Rodrigo Vital 2 Oct 20, 2021
A nice anonymous messaging api (Uses Flask's restful api)

anonymous-message-api A nice anonymous message api (Uses Flask's restful api) How it works: 1. The user send a put request to your api server: Require

6 Nov 07, 2021
MongoEngine flask extension with WTF model forms support

Flask-MongoEngine Info: MongoEngine for Flask web applications. Repository: https://github.com/MongoEngine/flask-mongoengine About Flask-MongoEngine i

MongoEngine 815 Jan 03, 2023
Adds GraphQL support to your Flask application.

Flask-GraphQL Adds GraphQL support to your Flask application. Usage Just use the GraphQLView view from flask_graphql from flask import Flask from flas

GraphQL Python 1.3k Jan 03, 2023
Flask RESTful Web services using API to communicate between client and server.

Welcome! Open up two terminals, one for client and for server each Terminal 1 Terminal 2 Now navigate to the CW2_code directory in both like so $ cd C

Sehra Elahi 1 Nov 23, 2021
Sample Dockerized flask app deployed on Kubernetes on Azure using AKS

Sample Dockerized flask app deployed on Kubernetes on Azure using AKS

Ahmed khémiri 22 Sep 08, 2021
A clean and simple blog system based on Flask and MongoDB

CleanBlog A clean and simple blog system based on Flask and MongoDB You can access CleanBlog This is the source code of Flask Tutorial Pro,you can buy

shin 107 Oct 06, 2022
i18n and l10n support for Flask based on Babel and pytz

Flask Babel Implements i18n and l10n support for Flask. This is based on the Python babel module as well as pytz both of which are installed automatic

397 Dec 15, 2022
Simple flask api. Countdown to next train for each station in the subway system.

Simple flask api. Countdown to next train for each station in the subway system.

Kalyani Subbiah 0 Apr 17, 2022
A flask app that turn image into ASCII art

ASCII art A flask app that turn image into ASCII art. This app has been deployed to https://motmaytinh.herokuapp.com Getting Started These instruction

Trần Ngọc Quý 1 Jan 13, 2022
OpenTracing instrumentation for the Flask microframework

Flask-OpenTracing This package enables distributed tracing in Flask applications via The OpenTracing Project. Once a production system contends with r

3rd-Party OpenTracing API Contributions 133 Dec 19, 2022
Paid roles for discord using Stripe, Python, Flask & Docker

Welcome to Paycord Paid roles for discord using Stripe, Python, Flask & Docker. Setup Production On stripe dashboard, go Developers ➡️ Webhooks ➡️ Add

Ward 12 Dec 28, 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 v

249 Jan 06, 2023
A web application that consists of a collection of board games

PyBoardGame About This website contains a collection of board games for users to enjoy, as well as various guides for the games. The web app is built

Larry Shi 0 Aug 11, 2021