mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
update demo with labels support
This commit is contained in:
parent
c8c7c072b4
commit
c50cdcd510
15 changed files with 37 additions and 9 deletions
|
|
@ -23,7 +23,6 @@ EXPOSE 10000/tcp
|
|||
|
||||
VOLUME ["/srv/demo/spool/burp1/backup:/var/spool/burp"]
|
||||
VOLUME ["/srv/demo/spool/burp1/tmp:/tmp/bui"]
|
||||
VOLUME ["/srv/demo/conf/burp1/clients:/etc/burp/clientconfdir"]
|
||||
|
||||
ENTRYPOINT ["/app/init"]
|
||||
CMD ["app:start"]
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
password = abcdefgh
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
password = abcdefgh
|
||||
|
||||
. inc/rules
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
password = abcdefgh
|
||||
|
||||
. inc/rules
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
timer_arg = 5m
|
||||
timer_arg = Mon,Tue,Wed,Thu,Fri,Sat,Sun,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24
|
||||
|
||||
keep = 7
|
||||
keep = 4
|
||||
|
|
@ -103,6 +103,9 @@ echo "restore_client = agent" >>/etc/burp/burp-server.conf
|
|||
|
||||
cp ${CONFIG_DIR}/burp-ui/buiagent.cfg /etc/burp/buiagent.cfg
|
||||
|
||||
rm -rf /etc/burp/clientconfdir
|
||||
cp -r ${CONFIG_DIR}/burp/clientconfdir/ /etc/burp/
|
||||
|
||||
mkdir -p /tmp/burp/{CA,CA-client}
|
||||
chgrp -R burpui /tmp/burp
|
||||
chmod -R g+w /tmp/burp
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ EXPOSE 10000/tcp
|
|||
|
||||
VOLUME ["/srv/demo/spool/burp2/backup:/var/spool/burp"]
|
||||
VOLUME ["/srv/demo/spool/burp2/tmp:/tmp/bui"]
|
||||
VOLUME ["/srv/demo/conf/burp2/clients:/etc/burp/clientconfdir"]
|
||||
|
||||
ENTRYPOINT ["/app/init"]
|
||||
CMD ["app:start"]
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
password = abcdefgh
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
password = abcdefgh
|
||||
|
||||
label = color: #ffcc00
|
||||
|
||||
. inc/rules
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
password = abcdefgh
|
||||
|
||||
label = color: #9966ff
|
||||
|
||||
. inc/rules
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
timer_arg = 5m
|
||||
timer_arg = Mon,Tue,Wed,Thu,Fri,Sat,Sun,00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24
|
||||
|
||||
keep = 7
|
||||
keep = 4
|
||||
|
|
@ -5,7 +5,7 @@ set -e
|
|||
SETUP_DIR="/app/setup"
|
||||
CONFIG_DIR="${SETUP_DIR}/config"
|
||||
BURP="https://git.ziirish.me/ziirish/burp.git"
|
||||
BURP_VERSION="2.0.32"
|
||||
BURP_VERSION="2.0.34"
|
||||
BURPUI="https://burpui.ziirish.me/builds/burp-ui.dev.tar.gz"
|
||||
|
||||
# Install burp
|
||||
|
|
@ -107,6 +107,9 @@ echo "monitor_browse_cache = 1" >>/etc/burp/burp-server.conf
|
|||
|
||||
cp ${CONFIG_DIR}/burp-ui/buiagent.cfg /etc/burp/buiagent.cfg
|
||||
|
||||
rm -rf /etc/burp/clientconfdir
|
||||
cp -r ${CONFIG_DIR}/burp/clientconfdir/ /etc/burp/
|
||||
|
||||
mkdir -p /tmp/burp2/CA-client
|
||||
chgrp -R burpui /tmp/burp2
|
||||
chmod -R g+w /tmp/burp2
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ storage: redis
|
|||
# redis server to connect to
|
||||
redis: demo-redis:6379
|
||||
# whether to use secure cookie or not
|
||||
scookie: false
|
||||
scookie: true
|
||||
|
||||
## burp1 backend specific options
|
||||
#[Burp1]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ set -e
|
|||
SETUP_DIR="/app/setup"
|
||||
CONFIG_DIR="${SETUP_DIR}/config"
|
||||
BURP="https://git.ziirish.me/ziirish/burp.git"
|
||||
BURP_VERSION="2.0.32"
|
||||
BURP_VERSION="2.0.34"
|
||||
BURPUI="https://burpui.ziirish.me/builds/burp-ui.dev.tar.gz"
|
||||
|
||||
# Install burp
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ demo-burp1:
|
|||
volumes:
|
||||
- /srv/demo/spool/burp1/backup:/var/spool/burp
|
||||
- /srv/demo/spool/burp1/tmp:/tmp/bui
|
||||
- /srv/demo/conf/burp1/clients:/etc/burp/clientconfdir
|
||||
|
||||
demo-burp2:
|
||||
restart: always
|
||||
|
|
@ -12,7 +11,6 @@ demo-burp2:
|
|||
volumes:
|
||||
- /srv/demo/spool/burp2/backup:/var/spool/burp
|
||||
- /srv/demo/spool/burp2/tmp:/tmp/bui
|
||||
- /srv/demo/conf/burp2/clients:/etc/burp/clientconfdir
|
||||
|
||||
demo-redis:
|
||||
restart: always
|
||||
|
|
@ -40,8 +38,6 @@ demo-cli2:
|
|||
demo-bui:
|
||||
restart: always
|
||||
build: docker-burpui/
|
||||
volumes:
|
||||
- /srv/demo/conf/bui:/etc/burp
|
||||
ports:
|
||||
- 127.0.0.1:5000:5000
|
||||
links:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue