Compare commits

1 Commits

Author SHA1 Message Date
xiv3r
acf745e051 Revert "Updated install.ps1 " 2025-01-07 20:55:21 +08:00

View File

@@ -29,11 +29,10 @@ if (!($jre8)){
}
# Downloading Burp Suite Professional
echo "`n`t`tDownloading Latest Burp Suite Professional..."
$version = "2024.11.1"
Invoke-WebRequest -Uri "https://portswigger-cdn.net/burp/releases/download?product=pro&version=$version&type=Jar" `
-OutFile "burpsuite_pro_v$version.jar"
echo "`nBurp Suite Professional is Downloaded.`n"
echo "`n`t`tDownloading Latest Burp Suite Professional..."
$version = "2024.11.1"
Invoke-WebRequest -Uri "https://portswigger-cdn.net/burp/releases/download?product=pro&version=$version&type=Jar" - OutFile "burpsuite_pro_v$version.jar"
echo "`nBurp Suite Professional is Downloaded.`n"
# Creating Burp.bat file with command for execution
if (Test-Path burp.bat) {rm burp.bat}