This commit is contained in:
ziirish 2018-01-02 15:22:32 +01:00
parent a2bbac7778
commit d99f1212ac
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
2 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,10 @@ git checkout tags/$BURP_VERSION
make -j4
make install
apt-get remove -y python-cffi
apt-get update
apt-get install -y libssl-dev
cd
# Install burp-ui

View file

@ -9,8 +9,9 @@ BURPUI="/tmp/burp-ui-agent.dev.tar.gz"
echo "deb http://ziirish.info/repos/debian/stretch zi-stable main" >/etc/apt/sources.list.d/ziirish.list
wget https://ziirish.info/repos/debian.gpg -O- | apt-key add -
apt-get remove -y python-cffi
apt-get update
apt-get install -y burp-server burp-client
apt-get install -y burp-server burp-client libssl-dev
cd