mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
update demo with latest burp2 release
This commit is contained in:
parent
43d2e35c7e
commit
94f819c40c
1 changed files with 2 additions and 1 deletions
|
|
@ -15,12 +15,13 @@ git checkout tags/$BURP_VERSION
|
|||
autoreconf -vif
|
||||
./configure
|
||||
make -j4
|
||||
make install
|
||||
make install-all
|
||||
|
||||
cd
|
||||
|
||||
# Install burp-ui
|
||||
pip install --upgrade pip
|
||||
pip install gevent
|
||||
pip install "requests[security]"
|
||||
pip install --upgrade $BURPUI
|
||||
pip install ujson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue