All Projects → marco-lancini → Docker_burp

marco-lancini / Docker_burp

Burp Pro as a Docker Container

Projects that are alternatives of or similar to Docker burp

Infrabox
Stars: ✭ 45 (-15.09%)
Mutual labels:  docker-compose
Docker Flask Mongodb Example
Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
Stars: ✭ 49 (-7.55%)
Mutual labels:  docker-compose
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-1.89%)
Mutual labels:  docker-compose
Wp Skateboard
My local WordPress development built with Docker and Docker Compose.
Stars: ✭ 46 (-13.21%)
Mutual labels:  docker-compose
Spring Boot Angular Template
Starter Template to create a OAuth2 secured dockerized Spring Boot 2 Application with Angular 8 Frontend
Stars: ✭ 48 (-9.43%)
Mutual labels:  docker-compose
Containerized Guacamole
Apache Guacamole out of the box compose setup with Nginx Reverse Proxy, Lets Encrypt. Simple and easy deployable with Docker Compose. Uses only Official Guacamole Docker Images
Stars: ✭ 49 (-7.55%)
Mutual labels:  docker-compose
Burpbounty
Burp Bounty (Scan Check Builder in BApp Store) is a extension of Burp Suite that allows you, in a quick and simple way, to improve the active and passive scanner by means of personalized rules through a very intuitive graphical interface.
Stars: ✭ 1,026 (+1835.85%)
Mutual labels:  burpsuite
Docker Compose
Collection of my docker-compose.yml files
Stars: ✭ 52 (-1.89%)
Mutual labels:  docker-compose
Dashtainer
Stars: ✭ 48 (-9.43%)
Mutual labels:  docker-compose
Docker Platform
platform for all language
Stars: ✭ 50 (-5.66%)
Mutual labels:  docker-compose
Grafana Prometheus Node Js Example
Step-by-step tutorial on creating beautiful dashboards for your Node JS application
Stars: ✭ 47 (-11.32%)
Mutual labels:  docker-compose
Docker Nginx Letsencrypt Upstream
infrastructure: docker-compose config for node and redis behind upstream nginx ( SSL/HTTPS ) on debian jessie
Stars: ✭ 47 (-11.32%)
Mutual labels:  docker-compose
Docker Php7
Compose Docker with PHP7,FPM,MariaDB and Nginx
Stars: ✭ 49 (-7.55%)
Mutual labels:  docker-compose
Burp Suite Error Message Checks
Burp Suite extension to passively scan for applications revealing server error messages
Stars: ✭ 45 (-15.09%)
Mutual labels:  burpsuite
Kongpose
Kong and Konga (admin webapp) development setup on docker-compose
Stars: ✭ 52 (-1.89%)
Mutual labels:  docker-compose
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-15.09%)
Mutual labels:  docker-compose
Docker4drupal
Docker-based Drupal stack
Stars: ✭ 1,045 (+1871.7%)
Mutual labels:  docker-compose
Ohmyform
✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺
Stars: ✭ 1,065 (+1909.43%)
Mutual labels:  docker-compose
Docker Rails React Starter
A basic docker-compose, Rails and React / Webpack starter kit
Stars: ✭ 52 (-1.89%)
Mutual labels:  docker-compose
Leanote Dockerfile
docker-compose for leanote.
Stars: ✭ 49 (-7.55%)
Mutual labels:  docker-compose

Burp as a Docker Container

How to run any GUI application (and Burp in particular) from Docker.

A full description can be found on my website: https://www.marcolancini.it/2018/blog-docker-burp/

Burp in Docker

Usage

  1. Place the Burp (Professional or Free) JAR file and the licence key in the _data/sources folder
  2. Export the local IP address: export LOCAL_IP=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
  3. Create an environment file:
    • Copy the template: cp burp.env.tpl burp.env
    • A possible configuration is the following:
DISPLAY=${LOCAL_IP}:0
ENV_MEM_JVM=2048m
ENV_BURP_PRO=0        # 1 for Burp Pro, 0 for Free version
  1. Start services: docker-compose up
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].