mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
update burp2 on demo
This commit is contained in:
parent
5b7feebfdf
commit
fc73ab440d
2 changed files with 8 additions and 12 deletions
|
|
@ -5,19 +5,17 @@ set -e
|
|||
SETUP_DIR="/app/setup"
|
||||
CONFIG_DIR="${SETUP_DIR}/config"
|
||||
BURP="https://git.ziirish.me/ziirish/burp.git"
|
||||
BURP_VERSION="2.0.28"
|
||||
BURP_VERSION="2.0.32"
|
||||
BURPUI="https://burpui.ziirish.me/builds/burp-ui.dev.tar.gz"
|
||||
|
||||
# Install burp
|
||||
git clone $BURP
|
||||
cd burp
|
||||
git checkout tags/$BURP_VERSION
|
||||
#autoreconf -vif
|
||||
#./configure --prefix=/usr --sysconfdir=/etc/burp --localstatedir=/var
|
||||
./configure
|
||||
autoreconf -vif
|
||||
./configure --prefix=/usr --sysconfdir=/etc/burp --localstatedir=/var
|
||||
make -j4
|
||||
make install
|
||||
#make install-all
|
||||
make install-all
|
||||
|
||||
cd
|
||||
|
||||
|
|
|
|||
|
|
@ -4,19 +4,17 @@ set -e
|
|||
SETUP_DIR="/app/setup"
|
||||
CONFIG_DIR="${SETUP_DIR}/config"
|
||||
BURP="https://git.ziirish.me/ziirish/burp.git"
|
||||
BURP_VERSION="2.0.28"
|
||||
BURP_VERSION="2.0.32"
|
||||
BURPUI="https://burpui.ziirish.me/builds/burp-ui.dev.tar.gz"
|
||||
|
||||
# Install burp
|
||||
git clone $BURP
|
||||
cd burp
|
||||
git checkout tags/$BURP_VERSION
|
||||
#autoreconf -vif
|
||||
#./configure --prefix=/usr --sysconfdir=/etc/burp --localstatedir=/var
|
||||
./configure
|
||||
autoreconf -vif
|
||||
./configure --prefix=/usr --sysconfdir=/etc/burp --localstatedir=/var
|
||||
make -j4
|
||||
make install
|
||||
#make install-all
|
||||
make install-all
|
||||
|
||||
# configure supervisord log rotation
|
||||
cat > /etc/logrotate.d/supervisord <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue