mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
use python3/pip3 on demo images
This commit is contained in:
parent
e27e5fe36d
commit
0ba91dfb73
3 changed files with 9 additions and 7 deletions
|
|
@ -15,9 +15,9 @@ apt-get install -y burp-server burp-client
|
|||
cd
|
||||
|
||||
# Install burp-ui
|
||||
pip install --upgrade setuptools
|
||||
pip install --upgrade $BURPUI
|
||||
pip install --upgrade $BURPUIMON
|
||||
pip3 install --upgrade setuptools
|
||||
pip3 install --upgrade $BURPUI
|
||||
pip3 install --upgrade $BURPUIMON
|
||||
|
||||
# Create burp-ui User
|
||||
useradd -m -s /bin/bash -d /var/lib/burpui -c 'Burp-UI daemon user' -u 5337 burpui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue