GithubHelp home page GithubHelp logo

shellsec / docker_burp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marco-lancini/docker_burp

0.0 0.0 0.0 7 KB

Burp Pro as a Docker Container

Home Page: https://www.marcolancini.it/2018/blog-docker-burp/

Shell 26.22% Smarty 4.41% Dockerfile 69.37%

docker_burp's Introduction

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:
ENV_MEM_JVM=2048m
DISPLAY=localhost:0
ENV_BURP_PRO=0        # 1 for Burp Pro, 0 for Free version
  1. Start services: docker-compose up

docker_burp's People

Contributors

marco-lancini avatar giper45 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.