update burp2 on demo

This commit is contained in:
ziirish 2016-02-08 22:43:17 +01:00
parent 5b7feebfdf
commit fc73ab440d
2 changed files with 8 additions and 12 deletions

View file

@ -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

View file

@ -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