Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
burp-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benjamin "Ziirish" SANS
burp-ui
Commits
d3a14373
Verified
Commit
d3a14373
authored
May 17, 2018
by
Benjamin "Ziirish" SANS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaks for release
parent
76957998
Pipeline
#1540
failed with stage
in 60 minutes
Changes
4
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
CHANGELOG.rst
CHANGELOG.rst
+2
-2
burpui/VERSION
burpui/VERSION
+1
-1
docker/docker-compose.yml
docker/docker-compose.yml
+1
-1
docs/docker.rst
docs/docker.rst
+5
-2
No files found.
CHANGELOG.rst
View file @
d3a14373
Changelog
=========
Current
-------
0.6.1 (05/17/2018)
-------
-----------
- Improvement: Don't cache any data when there is a running backup
- Fix: cannot display bui-agent version
...
...
burpui/VERSION
View file @
d3a14373
0.
7.0.dev0
0.
6.1
docker/docker-compose.yml
View file @
d3a14373
...
...
@@ -41,7 +41,7 @@ services:
burpui
:
restart
:
always
image
:
registry.ziirish.me/ziirish/burp-ui:
latest
image
:
registry.ziirish.me/ziirish/burp-ui:
stable
depends_on
:
-
burp-server
-
redis
...
...
docs/docker.rst
View file @
d3a14373
...
...
@@ -37,11 +37,14 @@ provided. There are a few variables supported to setup your system:
file. It defaults to "/etc/burp/burp-server.conf".
- **DATABASE_URL** - Specify the URL of the database to connect to. It defaults
to "sqlite:////var/lib/burpui/store.db".
- **GUNICORN_WORKERS** - How many gunicorn workers to spawn. Defaults to the
number of CPU cores/sockets/threads found.
- **REDIS_SERVER** - Specify the address of the redis server. It defaults to
"redis:6379".
- **BURP_SERVER_ADDR** - Specify the address of the burp-server status port.
If set to "auto"
(the default)
, we will use the address of the docker host.
If set to "auto", we will use the address of the docker host.
Make sure your status port is listening on this interface.
Defaults to "burp-server" which is the burp container in the stack.
- **TIMEZONE** - Specify the timezone of your burp-server. It defaults to
Europe/Paris.
...
...
@@ -125,7 +128,7 @@ You can run these commands:
-----------------------------------------------------------------------------------
burpui_burpui_1 /app/init app:start Up 127.0.0.1:5000->5000/tcp
burpui_redis_1 docker-entrypoint.sh redis ... Up 6379/tcp
# docker exec -it burpui_burpui_1 /bin/
b
ash
# docker exec -it burpui_burpui_1 /bin/ash
root@59d883806fc7:/# su - burpui
$ /usr/sbin/burp -c /tmp/burp.conf -a m
{ "logline": "Could not find ssl_cert_ca /etc/burp/ssl_cert_ca-client-bui.pem: No such file or directory" }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment