mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix demo
This commit is contained in:
parent
a2bbac7778
commit
d99f1212ac
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue