Sign inSign up

pemcconnell/docker-burpsuite

By pemcconnell

•Updated over 9 years ago

Lightweight BURP (free). This is an extremely lean image designed for quick tests.

Image
1

1.7K

pemcconnell/docker-burpsuite repository overview

⁠docker-burpsuite

BURP (free) running in lightweight container. This is an extremely lean image designed for extending, or running quick tests.

⁠usage (running)

You can run this image by running the following command:

docker run --rm -ti pemcconnell/docker-burpsuite:1.7.22-alpine --help

As the above should show, the entrypoint for this container is burp; passing in --help will essentially run burp --help.

⁠usage (extending)

To make use of the image defined in this repo, you can pull it from the docker hub using the following image, and add whatever else you like:

FROM pemcconnell/docker-burpsuite:1.7.22-alpine

RUN apk add --update \
      curl \
      ...

⁠make

The following convenience commands are available:

⁠deploy (and build)

make deploy

This command builds the docker image and pushes it to the $IMAGE:TAG. The default for $IMAGE and $TAG is set in the ./Makefile. This can be passed in as optional arguments:

make deploy TAG=1.7.22-alpine IMAGE=dockerhubusername/foo

⁠build only

make build

⁠run shell

Sometimes it's useful to run a shell inside the container. To do so, you can run:

make sh

Tag summary

Content type

Image

Digest

Size

54.8 MB

Last updated

over 9 years ago

docker pull pemcconnell/docker-burpsuite