pschiffe / docker-burp

Server, client and web ui Docker images for Burp
https://hub.docker.com/r/pschiffe/burp-server/
MIT License
15 stars 6 forks source link

Completely destroyed burp-ui #1

Closed jazzdd86 closed 7 years ago

jazzdd86 commented 7 years ago

When I start the burp-ui and display it with chrome or firefox it shows as the screenshot below. What's wrong here?

bildschirmfoto vom 2017-03-08 10-32-49

pschiffe commented 7 years ago

Yeah, I saw that in one case. I looks like the gunicorn is not able to server static content, but I don't know why. As of now, one solution I see is to put nginx serving static content in front of gunicorn.. But then I will need to run systemd inside of the container to manage multiple processes.

Another solution is to provide additional image with only nginx and static content, which would forward requests to the burp-ui container. But I like the first option better I guess.

jazzdd86 commented 7 years ago

works now - I recreated the container several times and now it is working....