From bd20ffc3bd710d246e23f3a201b767adb78ad3ca Mon Sep 17 00:00:00 2001 From: x!v3r <117867334+xiv3r@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:20:41 +0800 Subject: [PATCH] Update install.sh --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 7be4cb7..0f39362 100644 --- a/install.sh +++ b/install.sh @@ -6,15 +6,13 @@ # Cloning echo 'Cloning Xiv3r Burpsuite Professional' - mkdir -p /home/*/ - cd /home/*/ git clone https://github.com/xiv3r/Burpsuite-Professional.git # Download Burpsuite Professional Latest. echo 'Downloading Burpsuite Professional Latest...' - cd /home/*/Burpsuite-Professional + cd Burpsuite-Professional mkdir -p /usr/share/burpsuitepro - cp -r /home/*/Burpsuite-Professional/loader.jar /usr/share/burpsuitepro + cp -r loader.jar /usr/share/burpsuitepro html=$(curl -s https://portswigger.net/burp/releases) version=$(echo $html | grep -Po '(?<=/burp/releases/professional-community-)[0-9]+\-[0-9]+\-[0-9]+' | head -n 1) Link="https://portswigger-cdn.net/burp/releases/download?product=pro&type=Jar&version=&"